# HG changeset patch # User Luke Schierer # Date 1133550318 0 # Node ID fc42c0d414829f5fc8a8deb189411a280f349832 # Parent d6b5373948f92d0ffffc72766d7a928a9ed4c13b [gaim-migrate @ 14599] (13:49:15) Luke: um. double clicking someone should cause their tab to be focused (13:49:17) Luke: who broke that? (13:50:12) ***Luke looks at charkins as a likely suspect (13:50:43) ***charkins goes to look :-) (13:58:25) charkins: LSchiere: indeed I broke focusing the tab (13:58:57) charkins: its a one-liner, should I submit a patch, or just nopaste the change for someone to make? (13:59:03) Luke: nopaste will work fine (14:02:50) garimbo: charkins pasted "unbreaking tab focusing" (13 lines) at http://nosnilmot.com/nopaste/339 committer: Tailor Script diff -r d6b5373948f9 -r fc42c0d41482 src/gtkdialogs.c --- a/src/gtkdialogs.c Fri Dec 02 07:30:49 2005 +0000 +++ b/src/gtkdialogs.c Fri Dec 02 19:05:18 2005 +0000 @@ -541,6 +541,8 @@ if (conv == NULL) conv = gaim_conversation_new(GAIM_CONV_TYPE_IM, account, username); + + gaim_gtkconv_present_conversation(conv); } static gboolean