diff --git a/src/config.py b/src/config.py
index 5746f12bc..e88be5834 100644
--- a/src/config.py
+++ b/src/config.py
@@ -646,13 +646,13 @@ class Preferences_window:
self.xml.get_widget('add_remove_emoticons_button').set_sensitive(st)
#iconset
- list_style = os.listdir('../data/iconsets/')
+ iconsets_list = os.listdir('../data/iconsets/')
model = gtk.ListStore(gobject.TYPE_STRING)
self.iconset_combobox.set_model(model)
l = []
- for i in list_style:
- if i[0] != '.':
- l.append(i)
+ for dir in iconsets_list:
+ if dir != '.svn' or dir != 'transports': #FIXME: this is crazy!!
+ l.append(dir)
if l.count == 0:
l.append(' ')
for i in range(len(l)):
@@ -1337,7 +1337,7 @@ class Accounts_window:
model.clear()
for account in gajim.connections:
iter = model.append()
- model.set(iter, 0, account, 1, gajim.config.get_per('accounts', \
+ model.set(iter, 0, account, 1, gajim.config.get_per('accounts',
account, 'hostname'))
def on_accounts_treeview_cursor_changed(self, widget):
@@ -1364,7 +1364,7 @@ class Accounts_window:
self.plugin.windows[account]['remove_account'].window.present()
else:
self.plugin.windows[account]['remove_account'] = \
- Remove_account_window(self.plugin, account)
+ Remove_account_window(self.plugin, account)
def on_modify_button_clicked(self, widget):
'''When modify button is clicked:
@@ -1383,6 +1383,7 @@ class Accounts_window:
gajim.config.set_per('accounts', account,
'sync_with_global_status',
not widget.get_active())
+ self.plugin.save_config()
def __init__(self, plugin):
self.plugin = plugin
@@ -1637,6 +1638,7 @@ class Service_discovery_window:
def __init__(self, plugin, account):
if gajim.connections[account].connected < 2:
dialogs.Error_dialog(_('You must be connected to browse services'))
+ del self.plugin.windows[self.account]['disco']
return
xml = gtk.glade.XML(GTKGUI_GLADE, 'service_discovery_window', APP)
self.window = xml.get_widget('service_discovery_window')
@@ -1908,10 +1910,10 @@ class Groupchat_config_window:
def on_groupchat_config_window_destroy(self, widget):
del self.plugin.windows[self.account]['gc_config'][self.room_jid]
- def on_cancel_button_clicked(self, widget):
+ def on_close_button_clicked(self, widget):
self.window.destroy()
- def on_apply_button_clicked(self, widget):
+ def on_change_button_clicked(self, widget):
gajim.connections[self.account].send_gc_config(self.room_jid, self.config)
def on_checkbutton_toggled(self, widget, index):
diff --git a/src/gtkgui.glade b/src/gtkgui.glade
index c3484b5dd..ba7e44663 100644
--- a/src/gtkgui.glade
+++ b/src/gtkgui.glade
@@ -19,6 +19,7 @@
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -271,7 +272,7 @@
2
True
True
- GTK_POLICY_AUTOMATIC
+ GTK_POLICY_NEVER
GTK_POLICY_AUTOMATIC
GTK_SHADOW_NONE
GTK_CORNER_TOP_LEFT
@@ -284,6 +285,9 @@
False
True
True
+ False
+ False
+ False
@@ -321,6 +325,7 @@
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -347,6 +352,9 @@
False
False
True
+ False
+ False
+ False
@@ -443,6 +451,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -512,6 +524,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -568,6 +584,7 @@
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -595,6 +612,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -662,6 +683,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -686,6 +711,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -710,6 +739,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -734,6 +767,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -872,6 +909,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
2
@@ -945,6 +986,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -1048,6 +1093,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -1105,6 +1154,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -1126,6 +1179,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -1228,6 +1285,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -1264,6 +1325,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -1319,6 +1384,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -1364,6 +1433,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -1436,6 +1509,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -1468,6 +1545,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -1494,6 +1575,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -1538,6 +1623,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -1610,6 +1699,7 @@
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -1639,6 +1729,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -1663,6 +1757,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -1687,6 +1785,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -1711,6 +1813,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -1748,6 +1854,8 @@
True
+ False
+ True
@@ -1836,6 +1944,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -1851,6 +1963,9 @@
True
+ False
+ True
+ True
1
@@ -1983,6 +2098,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -2022,6 +2141,7 @@
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -2042,6 +2162,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
10
@@ -2164,6 +2288,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -2236,6 +2364,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -2275,6 +2407,7 @@
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -2304,6 +2437,10 @@
0
0
address_comboboxentry
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -2315,6 +2452,9 @@
True
+ False
+ True
+ True
@@ -2369,6 +2509,9 @@
False
False
True
+ False
+ False
+ False
@@ -2446,6 +2589,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -2523,6 +2670,7 @@
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -2543,6 +2691,10 @@
0.5
0
4
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
4
@@ -2632,6 +2784,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -2704,6 +2860,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -2743,6 +2903,7 @@
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -2904,6 +3065,10 @@
0
0
iconset_combobox
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -2916,6 +3081,8 @@
True
+ False
+ True
@@ -2965,6 +3132,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -2989,6 +3160,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3013,6 +3188,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3100,6 +3279,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
1
@@ -3124,6 +3307,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
2
@@ -3148,6 +3335,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
3
@@ -3172,6 +3363,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3346,6 +3541,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3417,6 +3616,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3501,6 +3704,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3600,6 +3807,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
2
@@ -3624,6 +3835,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
2
@@ -3648,6 +3863,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3672,6 +3891,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3808,6 +4031,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3832,6 +4059,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3856,6 +4087,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -3980,6 +4215,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -4026,6 +4265,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -4081,6 +4324,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -4234,6 +4481,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -4266,6 +4517,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -4360,6 +4615,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -4464,6 +4723,10 @@
0
0
soundplayer_entry
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -4523,6 +4786,9 @@
False
False
True
+ False
+ False
+ False
@@ -4601,6 +4867,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -4656,6 +4926,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -4744,6 +5018,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
2
@@ -4768,6 +5046,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
2
@@ -4881,6 +5163,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -4998,6 +5284,9 @@
False
False
True
+ False
+ False
+ False
@@ -5112,6 +5401,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -5167,6 +5460,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -5231,6 +5528,10 @@
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -5245,6 +5546,8 @@
GNOME default applications
KDE default applications
Custom
+ False
+ True
@@ -5304,6 +5607,10 @@ Custom
0
0
custom_browser_entry
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -5329,6 +5636,10 @@ Custom
0
0
custom_mail_client_entry
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -5401,6 +5712,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -5431,6 +5746,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -5526,6 +5845,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -5625,6 +5948,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -5680,6 +6007,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -5743,6 +6074,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -5765,6 +6097,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
5
@@ -5806,6 +6142,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -5831,6 +6171,10 @@ Custom
0.5
5
5
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
1
@@ -5856,6 +6200,10 @@ Custom
0.5
5
5
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
1
@@ -5880,6 +6228,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -5904,6 +6256,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -5928,6 +6284,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -5952,6 +6312,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -5983,6 +6347,10 @@ Custom
0.5
5
5
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6004,6 +6372,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6025,6 +6397,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6056,6 +6432,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6103,6 +6483,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6128,6 +6512,10 @@ Custom
0.5
5
5
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
1
@@ -6151,6 +6539,10 @@ Custom
0.5
5
5
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
1
@@ -6176,6 +6568,10 @@ Custom
0.5
5
5
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
1
@@ -6229,6 +6625,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -6258,6 +6658,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6282,6 +6686,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6306,6 +6714,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6330,6 +6742,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6354,6 +6770,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6378,6 +6798,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6534,6 +6958,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -6563,6 +6991,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6587,6 +7019,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6611,6 +7047,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6635,6 +7075,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6659,6 +7103,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6683,6 +7131,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6839,6 +7291,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -6868,6 +7324,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6892,6 +7352,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6916,6 +7380,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -6940,6 +7408,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -7054,6 +7526,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -7109,6 +7585,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -7168,6 +7648,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -7241,6 +7722,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -7312,6 +7797,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -7396,6 +7885,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -7483,6 +7976,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -7514,6 +8008,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -7628,6 +8126,9 @@ Custom
False
True
False
+ False
+ False
+ False
@@ -7748,6 +8249,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
tab
@@ -7777,6 +8282,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -7894,6 +8400,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -7918,6 +8428,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -7942,6 +8456,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -7966,6 +8484,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -7990,6 +8512,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -8004,6 +8530,8 @@ Custom
True
+ False
+ True
@@ -8101,6 +8629,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -8138,6 +8670,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_DIALOG
GDK_GRAVITY_NORTH_WEST
+ True
False
@@ -8205,6 +8738,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
5
@@ -8277,6 +8814,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_DIALOG
GDK_GRAVITY_NORTH_WEST
+ True
False
@@ -8345,6 +8883,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
5
@@ -8370,6 +8912,9 @@ Custom
False
False
True
+ False
+ False
+ False
@@ -8405,6 +8950,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_DIALOG
GDK_GRAVITY_NORTH_WEST
+ True
False
@@ -8461,6 +9007,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -8518,6 +9068,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -8529,6 +9083,9 @@ Custom
True
+ False
+ True
+ True
@@ -8563,6 +9120,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -8648,6 +9206,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -8810,6 +9372,7 @@ Custom
55
True
+ True
GTK_POLICY_AUTOMATIC
GTK_POLICY_AUTOMATIC
GTK_SHADOW_IN
@@ -8875,6 +9438,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -8934,6 +9501,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
False
@@ -8981,6 +9549,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -9002,6 +9574,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -9076,6 +9652,9 @@ Custom
False
False
True
+ False
+ False
+ False
@@ -9104,6 +9683,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_DIALOG
GDK_GRAVITY_NORTH_WEST
+ True
False
@@ -9194,6 +9774,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -9234,6 +9818,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -9293,6 +9881,7 @@ Custom
False
GDK_WINDOW_TYPE_HINT_DIALOG
GDK_GRAVITY_NORTH_WEST
+ True
False
@@ -9380,6 +9969,10 @@ Custom
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -9446,6 +10039,10 @@ send a chat message to
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
5
@@ -9638,6 +10235,7 @@ send a chat message to
True
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_SOUTH_EAST
+ True
@@ -9672,6 +10270,10 @@ send a chat message to
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -9726,6 +10328,10 @@ send a chat message to
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -9754,6 +10360,7 @@ send a chat message to
False
GDK_WINDOW_TYPE_HINT_DIALOG
GDK_GRAVITY_NORTH_WEST
+ True
@@ -9780,6 +10387,9 @@ send a chat message to
False
False
True
+ False
+ False
+ False
@@ -9874,6 +10484,7 @@ send a chat message to
False
GDK_WINDOW_TYPE_HINT_DIALOG
GDK_GRAVITY_NORTH_WEST
+ True
False
@@ -9925,6 +10536,10 @@ send a chat message to
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -9998,6 +10613,10 @@ send a chat message to
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -10030,6 +10649,7 @@ send a chat message to
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -10089,6 +10709,10 @@ send a chat message to
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0
@@ -10130,28 +10754,90 @@ send a chat message to
5
-
+
True
True
True
- gtk-cancel
+ gtk-close
True
GTK_RELIEF_NORMAL
True
-
+
-
+
True
True
True
- gtk-apply
- True
GTK_RELIEF_NORMAL
True
-
+
+
+
+
+ True
+ 0.5
+ 0.5
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+
+
+
+ True
+ False
+ 2
+
+
+
+ True
+ gtk-apply
+ 4
+ 0.5
+ 0.5
+ 0
+ 0
+
+
+ 0
+ False
+ False
+
+
+
+
+
+ True
+ Chan_ge
+ True
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0.5
+ 0.5
+ 0
+ 0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
+
+
+ 0
+ False
+ False
+
+
+
+
+
+
@@ -10178,6 +10864,7 @@ send a chat message to
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
+ True
@@ -10290,6 +10977,10 @@ send a chat message to
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
label_item
@@ -10386,6 +11077,10 @@ send a chat message to
0.5
0
0
+ PANGO_ELLIPSIZE_NONE
+ -1
+ False
+ 0
0