summaryrefslogtreecommitdiffstats
path: root/src/Gui/ccgui.glade
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-17 19:24:40 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-17 19:24:40 +0200
commitb3cd99a13a2370f655cf8b8ff4944e3717456784 (patch)
treec2f87660c099968db80c81dc4cf91c7a72798740 /src/Gui/ccgui.glade
parent9e98b1d47c997b188b48fb99161c812eb8ad31ed (diff)
downloadabrt-b3cd99a13a2370f655cf8b8ff4944e3717456784.tar.gz
abrt-b3cd99a13a2370f655cf8b8ff4944e3717456784.tar.xz
abrt-b3cd99a13a2370f655cf8b8ff4944e3717456784.zip
GUI: added popup menu, fixed behaviour when run with root privs
- pop-up menu binded to right mouse button should be more user friendly - the background color was wrongly set when run as root because of wrong refence to liststore item
Diffstat (limited to 'src/Gui/ccgui.glade')
-rw-r--r--src/Gui/ccgui.glade25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade
index 71e9012a..89163771 100644
--- a/src/Gui/ccgui.glade
+++ b/src/Gui/ccgui.glade
@@ -320,4 +320,29 @@ Zdenek Prikryl &lt;zprikryl@redhat.com&gt;</property>
</widget>
</child>
</widget>
+ <widget class="GtkMenu" id="popup_menu">
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkImageMenuItem" id="miDelete">
+ <property name="label">gtk-delete</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ <property name="use_stock">True</property>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkImageMenuItem" id="miReport">
+ <property name="label" translatable="yes">Report</property>
+ <property name="visible">True</property>
+ <property name="use_stock">False</property>
+ <child internal-child="image">
+ <widget class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="stock">gtk-save</property>
+ <property name="icon-size">1</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ </widget>
</glade-interface>