comparison pidgin/gtkblist.c @ 16245:608f9e9e6763

merge of '6f1c8b328654eaabb362aa93ab1a72177353111b' and '869c7461d9e5a340e106453ed11f5dd9ed388d5b'
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 18 Apr 2007 19:48:37 +0000
parents 520637b2a592
children 9a4854d71234
comparison
equal deleted inserted replaced
16244:9709b1bc5d61 16245:608f9e9e6763
4500 /* OK... let's show this bad boy. */ 4500 /* OK... let's show this bad boy. */
4501 pidgin_blist_refresh(list); 4501 pidgin_blist_refresh(list);
4502 pidgin_blist_restore_position(); 4502 pidgin_blist_restore_position();
4503 gtk_widget_show_all(GTK_WIDGET(gtkblist->vbox)); 4503 gtk_widget_show_all(GTK_WIDGET(gtkblist->vbox));
4504 gtk_widget_realize(GTK_WIDGET(gtkblist->window)); 4504 gtk_widget_realize(GTK_WIDGET(gtkblist->window));
4505 gdk_window_set_decorations(GDK_WINDOW(gtkblist->window->window),
4506 GDK_DECOR_ALL | GDK_DECOR_MAXIMIZE);
4507 purple_blist_set_visible(purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/blist/list_visible")); 4505 purple_blist_set_visible(purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/blist/list_visible"));
4508 4506
4509 /* start the refresh timer */ 4507 /* start the refresh timer */
4510 gtkblist->refresh_timer = g_timeout_add(30000, (GSourceFunc)pidgin_blist_refresh_timer, list); 4508 gtkblist->refresh_timer = g_timeout_add(30000, (GSourceFunc)pidgin_blist_refresh_timer, list);
4511 4509