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
path: root/data
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2010-01-07 01:12:56 +0300
committerYann Leboulanger <asterix@lagaule.org>2010-01-07 01:12:56 +0300
commit95137bae060221cd3a9cc3a1815ca88ed5927114 (patch)
treed22fa954b50cbb541d50379ced1ca472f0295394 /data
parentb519116a2a23b19a7a4d2de2c0c91e1f3c3181a7 (diff)
[Tony] print idle time in tooltip. see #5528
Diffstat (limited to 'data')
-rw-r--r--data/glade/preferences_window.glade29
1 files changed, 22 insertions, 7 deletions
diff --git a/data/glade/preferences_window.glade b/data/glade/preferences_window.glade
index 75a1a1a22..98301441a 100644
--- a/data/glade/preferences_window.glade
+++ b/data/glade/preferences_window.glade
@@ -1714,7 +1714,7 @@ $T will be replaced by auto-not-available timeout</property>
</packing>
</child>
<child>
- <widget class="GtkHBox" id="hbox7">
+ <widget class="GtkHBox" id="hbox8">
<property name="visible">True</property>
<child>
<widget class="GtkCheckButton" id="incoming_msg_checkbutton">
@@ -1754,7 +1754,7 @@ $T will be replaced by auto-not-available timeout</property>
</packing>
</child>
<child>
- <widget class="GtkHBox" id="hbox8">
+ <widget class="GtkHBox" id="hbox9">
<property name="visible">True</property>
<child>
<widget class="GtkCheckButton" id="outgoing_msg_checkbutton">
@@ -1794,7 +1794,7 @@ $T will be replaced by auto-not-available timeout</property>
</packing>
</child>
<child>
- <widget class="GtkHBox" id="hbox9">
+ <widget class="GtkHBox" id="hbox10">
<property name="visible">True</property>
<child>
<placeholder/>
@@ -1823,7 +1823,7 @@ $T will be replaced by auto-not-available timeout</property>
</packing>
</child>
<child>
- <widget class="GtkHBox" id="hbox10">
+ <widget class="GtkHBox" id="hbox11">
<property name="visible">True</property>
<child>
<placeholder/>
@@ -1854,7 +1854,7 @@ $T will be replaced by auto-not-available timeout</property>
</packing>
</child>
<child>
- <widget class="GtkHBox" id="hbox11">
+ <widget class="GtkHBox" id="hbox12">
<property name="visible">True</property>
<child>
<placeholder/>
@@ -1883,7 +1883,7 @@ $T will be replaced by auto-not-available timeout</property>
</packing>
</child>
<child>
- <widget class="GtkHBox" id="hbox12">
+ <widget class="GtkHBox" id="hbox13">
<property name="visible">True</property>
<child>
<placeholder/>
@@ -2391,7 +2391,7 @@ Custom</property>
<widget class="GtkTable" id="table3">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="n_rows">3</property>
+ <property name="n_rows">4</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
@@ -2441,6 +2441,21 @@ Custom</property>
<property name="bottom_attach">3</property>
</packing>
</child>
+ <child>
+ <widget class="GtkCheckButton" id="send_idle_time_checkbutton">
+ <property name="label" translatable="yes">Allow my _idle time to be sent</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ <signal name="toggled" handler="on_allow_idle_time_checkbutton_toggled"/>
+ </widget>
+ <packing>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
+ </packing>
+ </child>
</widget>
</child>
</widget>