summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-19 14:39:00 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-19 14:39:00 +0100
commit04d69684f58d851ab604b2ed5eeb04f373efd4d8 (patch)
tree1d187c0ddb99b92cd8c4a650afd558d534cdd214 /src
parent4383eaf83bba4fd021471dcfd751b7f98990854a (diff)
downloadabrt-04d69684f58d851ab604b2ed5eeb04f373efd4d8.tar.gz
abrt-04d69684f58d851ab604b2ed5eeb04f373efd4d8.tar.xz
abrt-04d69684f58d851ab604b2ed5eeb04f373efd4d8.zip
GUI: changed type of log window to popup
- it removes the window decorations and it's not shown in taskbar
Diffstat (limited to 'src')
-rw-r--r--src/Gui/dialogs.glade1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gui/dialogs.glade b/src/Gui/dialogs.glade
index 77e78ddc..cf33a49a 100644
--- a/src/Gui/dialogs.glade
+++ b/src/Gui/dialogs.glade
@@ -76,6 +76,7 @@
</object>
<object class="GtkDialog" id="LogViewer">
<property name="border_width">5</property>
+ <property name="type">popup</property>
<property name="title" translatable="yes">Log</property>
<property name="modal">True</property>
<property name="default_width">450</property>