From 3288d67b7539b8aaee1bbed60387f3be58d9db9f Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 3 Apr 2005 21:41:10 +0000 Subject: [PATCH] print status on new_user() no matter what status that is --- PKGBUILD | 2 +- plugins/gtkgui/dialogs.py | 6 +- plugins/gtkgui/gtkgui.glade | 606 ++++++++++++++++++++++++++- plugins/gtkgui/tabbed_chat_window.py | 5 +- 4 files changed, 596 insertions(+), 23 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c709ff866..6b2f012be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,4 +27,4 @@ build() { make DESTDIR=$startdir/pkg install } -md5sums=('83b59428608fb6e9cae5e113e57266a4') +md5sums=('03e95969c68ffdbe34f7a4173f8fd4db') diff --git a/plugins/gtkgui/dialogs.py b/plugins/gtkgui/dialogs.py index 37b7cc666..c9ff034a5 100644 --- a/plugins/gtkgui/dialogs.py +++ b/plugins/gtkgui/dialogs.py @@ -202,8 +202,10 @@ class vcard_information_window: 'ADR_CTRY', 'ORG_ORGNAME', 'ORG_ORGUNIT', 'TITLE', 'ROLE'] for e in entries: self.xml.get_widget(e + '_entry').set_property('editable', True) - self.xml.get_widget('DESC_textview').set_editable(True) - self.xml.get_widget('DESC_textview').set_cursor_visible(True) + + description_textview = self.xml.get_widget('DESC_textview') + description_textview.set_editable(True) + description_textview.set_cursor_visible(True) #the user variable is the jid if vcard is true def __init__(self, user, plugin, account, vcard=False): diff --git a/plugins/gtkgui/gtkgui.glade b/plugins/gtkgui/gtkgui.glade index e721f6bcd..13120d133 100644 --- a/plugins/gtkgui/gtkgui.glade +++ b/plugins/gtkgui/gtkgui.glade @@ -19,6 +19,7 @@ False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -284,6 +285,9 @@ False True True + False + False + False @@ -322,6 +326,7 @@ False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -348,6 +353,9 @@ False False True + False + False + False @@ -444,6 +452,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -512,6 +524,7 @@ False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -539,6 +552,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -606,6 +623,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -630,6 +651,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -654,6 +679,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -678,6 +707,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -836,6 +869,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 2 @@ -887,6 +924,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -989,6 +1030,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -1045,6 +1090,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -1066,6 +1115,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -1167,6 +1220,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 label_item @@ -1218,6 +1275,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 label_item @@ -1250,6 +1311,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -1325,6 +1390,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -1370,6 +1439,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -1420,6 +1493,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 label_item @@ -1452,6 +1529,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -1477,6 +1558,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -1521,6 +1606,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -1594,6 +1683,7 @@ False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -1623,6 +1713,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -1647,6 +1741,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -1671,6 +1769,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -1695,6 +1797,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -1732,6 +1838,8 @@ True + False + True @@ -1820,6 +1928,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -1835,6 +1947,9 @@ True + False + True + True 1 @@ -1967,6 +2082,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -2007,6 +2126,7 @@ False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -2027,6 +2147,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 10 @@ -2149,6 +2273,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -2221,6 +2349,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -2261,6 +2393,7 @@ False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -2290,6 +2423,10 @@ 0 0 address_comboboxentry + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -2301,6 +2438,9 @@ True + False + True + True @@ -2355,6 +2495,9 @@ False False True + False + False + False @@ -2432,6 +2575,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -2510,6 +2657,7 @@ False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -2530,6 +2678,10 @@ 0.5 0 4 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 4 @@ -2619,6 +2771,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -2691,6 +2847,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -2730,6 +2890,7 @@ False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -2838,6 +2999,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -2850,6 +3015,8 @@ True + False + True @@ -2899,6 +3066,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -2923,6 +3094,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -2947,6 +3122,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3034,6 +3213,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 1 @@ -3058,6 +3241,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 2 @@ -3082,6 +3269,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 3 @@ -3106,6 +3297,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3293,6 +3488,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3365,6 +3564,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3449,6 +3652,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3548,6 +3755,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 2 @@ -3572,6 +3783,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 2 @@ -3596,6 +3811,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3620,6 +3839,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3756,6 +3979,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3780,6 +4007,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3804,6 +4035,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3928,6 +4163,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -3974,6 +4213,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 label_item @@ -4029,6 +4272,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -4104,6 +4351,9 @@ False False True + False + False + False @@ -4205,6 +4455,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -4273,6 +4527,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -4385,6 +4643,10 @@ 0 0 soundplayer_entry + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -4437,6 +4699,9 @@ False False True + False + False + False @@ -4540,6 +4805,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -4628,6 +4897,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 2 @@ -4652,6 +4925,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 2 @@ -4765,6 +5042,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -4882,6 +5163,9 @@ False False True + False + False + False @@ -5006,6 +5290,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 label_item @@ -5061,6 +5349,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5125,6 +5417,10 @@ 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5139,6 +5435,8 @@ GNOME default applications KDE default applications Custom + False + True @@ -5198,6 +5496,10 @@ Custom 0 0 custom_browser_entry + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5223,6 +5525,10 @@ Custom 0 0 custom_mail_client_entry + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5295,6 +5601,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 label_item @@ -5325,6 +5635,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 label_item @@ -5420,6 +5734,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 label_item @@ -5479,6 +5797,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5543,6 +5865,7 @@ Custom False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -5564,6 +5887,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 5 @@ -5605,6 +5932,10 @@ Custom 0.5 5 5 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5630,6 +5961,10 @@ Custom 0.5 5 5 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 1 @@ -5644,16 +5979,21 @@ Custom True + True False False GTK_JUSTIFY_LEFT False - False + True 0 0.5 5 5 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 1 @@ -5678,6 +6018,10 @@ Custom 0.5 5 5 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5702,6 +6046,10 @@ Custom 0.5 5 6 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5747,6 +6095,10 @@ Custom 0.5 5 5 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5771,6 +6123,10 @@ Custom 0.5 5 5 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 1 @@ -5795,6 +6151,10 @@ Custom 0.5 5 5 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5849,6 +6209,10 @@ Custom 0.5 5 5 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5870,6 +6234,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5891,6 +6259,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5928,6 +6300,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -5947,7 +6323,7 @@ Custom True - Name + Name: False False GTK_JUSTIFY_LEFT @@ -5957,6 +6333,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5971,7 +6351,7 @@ Custom True - Nickname + Nickname: False False GTK_JUSTIFY_LEFT @@ -5981,6 +6361,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -5995,7 +6379,7 @@ Custom True - Birthday + Birthday: False False GTK_JUSTIFY_LEFT @@ -6005,6 +6389,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6019,7 +6407,7 @@ Custom True - E-Mail + E-Mail: False False GTK_JUSTIFY_LEFT @@ -6029,6 +6417,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6043,7 +6435,7 @@ Custom True - Homepage + Homepage: False False GTK_JUSTIFY_LEFT @@ -6053,6 +6445,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6067,7 +6463,7 @@ Custom True - Phone # + Phone No.: False False GTK_JUSTIFY_LEFT @@ -6077,6 +6473,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6233,6 +6633,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -6252,7 +6656,7 @@ Custom True - Street + Street: False False GTK_JUSTIFY_LEFT @@ -6262,6 +6666,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6276,7 +6684,7 @@ Custom True - Extra Address + Extra Address: False False GTK_JUSTIFY_LEFT @@ -6286,6 +6694,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6300,7 +6712,7 @@ Custom True - City + City: False False GTK_JUSTIFY_LEFT @@ -6310,6 +6722,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6324,7 +6740,7 @@ Custom True - State + State: False False GTK_JUSTIFY_LEFT @@ -6334,6 +6750,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6348,7 +6768,7 @@ Custom True - Postal Code + Postal Code: False False GTK_JUSTIFY_LEFT @@ -6358,6 +6778,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6372,7 +6796,7 @@ Custom True - Country + Country: False False GTK_JUSTIFY_LEFT @@ -6382,6 +6806,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6538,6 +6966,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -6557,7 +6989,7 @@ Custom True - Company + Company: False False GTK_JUSTIFY_LEFT @@ -6567,6 +6999,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6581,7 +7017,7 @@ Custom True - Department + Department: False False GTK_JUSTIFY_LEFT @@ -6591,6 +7027,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6605,7 +7045,7 @@ Custom True - Position + Position: False False GTK_JUSTIFY_LEFT @@ -6615,6 +7055,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6629,7 +7073,7 @@ Custom True - Role + Role: False False GTK_JUSTIFY_LEFT @@ -6639,6 +7083,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -6753,6 +7201,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -6808,6 +7260,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -6868,6 +7324,7 @@ Custom False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -6941,6 +7398,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -7012,6 +7473,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -7096,6 +7561,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -7184,6 +7653,7 @@ Custom False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -7213,6 +7683,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -7308,6 +7782,9 @@ Custom False True False + False + False + False @@ -7427,6 +7904,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 tab @@ -7457,6 +7938,7 @@ Custom False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -7573,6 +8055,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -7597,6 +8083,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -7621,6 +8111,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -7645,6 +8139,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -7669,6 +8167,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -7683,6 +8185,8 @@ Custom True + False + True 1 @@ -7779,6 +8283,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -7817,6 +8325,7 @@ Custom False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST + True False @@ -7884,6 +8393,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 5 @@ -7957,6 +8470,7 @@ Custom False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST + True False @@ -8025,6 +8539,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 5 @@ -8050,6 +8568,9 @@ Custom False False True + False + False + False @@ -8086,6 +8607,7 @@ Custom False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST + True False @@ -8142,6 +8664,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -8199,6 +8725,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -8210,6 +8740,9 @@ Custom True + False + True + True @@ -8245,6 +8778,7 @@ Custom False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True @@ -8330,6 +8864,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -8557,6 +9095,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -8617,6 +9159,7 @@ Custom False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST + True False @@ -8664,6 +9207,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -8685,6 +9232,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -8759,6 +9310,9 @@ Custom False False True + False + False + False @@ -8788,6 +9342,7 @@ Custom False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST + True False @@ -8878,6 +9433,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -8918,6 +9477,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -8978,6 +9541,7 @@ Custom False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST + True False @@ -9065,6 +9629,10 @@ Custom 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 0 @@ -9131,6 +9699,10 @@ send a chat message to 0.5 0 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 5 diff --git a/plugins/gtkgui/tabbed_chat_window.py b/plugins/gtkgui/tabbed_chat_window.py index 0cf359d3e..713d111cf 100644 --- a/plugins/gtkgui/tabbed_chat_window.py +++ b/plugins/gtkgui/tabbed_chat_window.py @@ -137,13 +137,12 @@ class Tabbed_chat_window(Chat): self.redraw_tab(user.jid) self.draw_widgets(user) + self.print_conversation(_("%s is %s (%s)") % (user.name, \ + user.show, user.status), user.jid, 'status') #print queued messages if self.plugin.queues[self.account].has_key(user.jid): self.read_queue(user.jid) - if user.show != 'online': - self.print_conversation(_("%s is now %s (%s)") % (user.name, \ - user.show, user.status), user.jid, 'status') if self.plugin.config['print_time'] == 'sometimes': self.print_time_timeout(user.jid)