~ted/pidgin/12_sounds_and_timers.patch

« back to all changes in this revision

Viewing changes to finch/gntroomlist.c

  • Committer: Bazaar Package Importer
  • Date: 2009-01-09 16:53:41 UTC
  • Revision ID: jamesw@ubuntu.com-20090109165341-88jod346extjt25n
Tags: upstream-ubuntu-2.5.3
ImportĀ upstreamĀ versionĀ 2.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
                PurpleConnection *gc = list->data;
240
240
 
241
241
                prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(purple_connection_get_prpl(gc));
242
 
                if (prpl_info->roomlist_get_list != NULL) {
 
242
                if (PURPLE_CONNECTION_IS_CONNECTED(gc) &&
 
243
                        prpl_info->roomlist_get_list != NULL) {
243
244
                        PurpleAccount *account = purple_connection_get_account(gc);
244
245
                        char *text = g_strdup_printf("%s (%s)",
245
246
                                        purple_account_get_username(account),