Changeset 8588
- Timestamp:
- 08/29/07 22:12:19 (15 months ago)
- Location:
- branches/gajim_0.11.1
- Files:
-
- 2 modified
-
data/glade/preferences_window.glade (modified) (1 diff)
-
src/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/data/glade/preferences_window.glade
r7984 r8588 2032 2032 2033 2033 <child> 2034 <widget class="GtkTable" id=" table19">2034 <widget class="GtkTable" id="autoaway_table"> 2035 2035 <property name="visible">True</property> 2036 2036 <property name="n_rows">2</property> -
branches/gajim_0.11.1/src/config.py
r7984 r8588 392 392 self.auto_xa_message_entry.set_text(st) 393 393 self.auto_xa_message_entry.set_sensitive(gajim.config.get('autoxa')) 394 395 from common import sleepy 396 if not sleepy.SUPPORTED: 397 self.xml.get_widget('autoaway_table').set_sensitive(False) 394 398 395 399 # ask_status when online / offline
