comparison pidgin/gtkblist.c @ 16234:5b99b9ec194f

merge of '8099d2b88ecd036263e9ed44e1e6a3565cde621a' and 'ff0d2b14678cd5d7e1be844da3817659711e3ce9'
author Sean Egan <seanegan@gmail.com>
date Tue, 17 Apr 2007 19:06:13 +0000
parents 520637b2a592
children 9a4854d71234
comparison
equal deleted inserted replaced
16233:c4818bf183a6 16234:5b99b9ec194f
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