Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Melcer <liori@exroot.org>2006-06-20 01:30:58 +0400
committerTomasz Melcer <liori@exroot.org>2006-06-20 01:30:58 +0400
commit8a959c846b5ff3718be8eed199d6da2c2e406ba4 (patch)
tree871c738f03f6ec5a31180b8a00061e58fd28267e /data/glade
parente66a8a343059751bad5783ef5ffdd0d133231186 (diff)
"Execute command..." entry in roster in contact's popup menu, plus two fixes.
The fixes: * when received a single message from a contact that has one resource online, 'start chat' entry in popup menu open only that message, not the chat * when contact has more resources online, 'rename item' entry in popup menu doesn't work
Diffstat (limited to 'data/glade')
-rw-r--r--data/glade/roster_contact_context_menu.glade20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/glade/roster_contact_context_menu.glade b/data/glade/roster_contact_context_menu.glade
index 60a98dfc3..3eba6a6ff 100644
--- a/data/glade/roster_contact_context_menu.glade
+++ b/data/glade/roster_contact_context_menu.glade
@@ -137,6 +137,26 @@
</child>
<child>
+ <widget class="GtkImageMenuItem" id="execute_command_menuitem">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Execute Command...</property>
+ <property name="use_underline">True</property>
+
+ <child internal-child="image">
+ <widget class="GtkImage" id="image1467">
+ <property name="visible">True</property>
+ <property name="stock">gtk-execute</property>
+ <property name="icon_size">1</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+
+ <child>
<widget class="GtkSeparatorMenuItem" id="separator5">
<property name="visible">True</property>
</widget>