| 1238 |
1238 |
| 1239 if (sg->roomlist_canceled) |
1239 if (sg->roomlist_canceled) |
| 1240 break; |
1240 break; |
| 1241 |
1241 |
| 1242 if (!success) { |
1242 if (!success) { |
| 1243 gaim_notify_error(gc, _("Roomlist"), _("Cannot get room list"), |
1243 gaim_notify_error(gc, _("Error"), _("Error retrieving room list"), |
| 1244 silc_get_status_message(status)); |
1244 silc_get_status_message(status)); |
| 1245 gaim_roomlist_set_in_progress(sg->roomlist, FALSE); |
1245 gaim_roomlist_set_in_progress(sg->roomlist, FALSE); |
| 1246 gaim_roomlist_unref(sg->roomlist); |
1246 gaim_roomlist_unref(sg->roomlist); |
| 1247 sg->roomlist = NULL; |
1247 sg->roomlist = NULL; |
| 1248 return; |
1248 return; |