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:
authorYann Leboulanger <asterix@lagaule.org>2006-08-07 20:18:01 +0400
committerYann Leboulanger <asterix@lagaule.org>2006-08-07 20:18:01 +0400
commit4682b5bed7f73a05e0b47c317e9622eadf40b708 (patch)
treec3ff631e1e5edb3b5d93ef3f53a743b0e14d5fb1 /data/glade
parent82739beea1ca190a59998156e8640d1b1f0982f1 (diff)
add ability to execute ad hoc commands on server
Diffstat (limited to 'data/glade')
-rw-r--r--data/glade/account_context_menu.glade33
1 files changed, 27 insertions, 6 deletions
diff --git a/data/glade/account_context_menu.glade b/data/glade/account_context_menu.glade
index 9e14bcbf3..6e5726a76 100644
--- a/data/glade/account_context_menu.glade
+++ b/data/glade/account_context_menu.glade
@@ -12,7 +12,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
- <widget class="GtkImage" id="image1227">
+ <widget class="GtkImage" id="image1241">
<property name="visible">True</property>
<property name="stock">gtk-network</property>
<property name="icon_size">1</property>
@@ -32,7 +32,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
- <widget class="GtkImage" id="image1234">
+ <widget class="GtkImage" id="image1242">
<property name="visible">True</property>
<property name="stock">gtk-connect</property>
<property name="icon_size">1</property>
@@ -52,7 +52,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
- <widget class="GtkImage" id="image1235">
+ <widget class="GtkImage" id="image1243">
<property name="visible">True</property>
<property name="stock">gtk-new</property>
<property name="icon_size">1</property>
@@ -72,7 +72,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
- <widget class="GtkImage" id="image1233">
+ <widget class="GtkImage" id="image1244">
<property name="visible">True</property>
<property name="stock">gtk-add</property>
<property name="icon_size">1</property>
@@ -92,7 +92,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
- <widget class="GtkImage" id="image1232">
+ <widget class="GtkImage" id="image1245">
<property name="visible">True</property>
<property name="stock">gtk-find</property>
<property name="icon_size">1</property>
@@ -106,13 +106,33 @@
</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="image1246">
+ <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="GtkImageMenuItem" id="edit_account_menuitem">
<property name="visible">True</property>
<property name="label" translatable="yes">_Modify Account...</property>
<property name="use_underline">True</property>
<child internal-child="image">
- <widget class="GtkImage" id="image1231">
+ <widget class="GtkImage" id="image1247">
<property name="visible">True</property>
<property name="stock">gtk-preferences</property>
<property name="icon_size">1</property>
@@ -125,4 +145,5 @@
</widget>
</child>
</widget>
+
</glade-interface>