| 3805 reset_headline(GaimGtkBuddyList *gtkblist) |
3805 reset_headline(GaimGtkBuddyList *gtkblist) |
| 3806 { |
3806 { |
| 3807 gtkblist->headline_callback = NULL; |
3807 gtkblist->headline_callback = NULL; |
| 3808 gtkblist->headline_data = NULL; |
3808 gtkblist->headline_data = NULL; |
| 3809 gtkblist->headline_destroy = NULL; |
3809 gtkblist->headline_destroy = NULL; |
| |
3810 gaim_gtk_set_urgent(gtkblist->window->window, FALSE); |
| 3810 } |
3811 } |
| 3811 |
3812 |
| 3812 static gboolean |
3813 static gboolean |
| 3813 headline_click_callback(gpointer data) |
3814 headline_click_callback(gpointer data) |
| 3814 { |
3815 { |
| 5705 gtk_image_set_from_pixbuf(GTK_IMAGE(gtkblist->headline_image), pixbuf); |
5706 gtk_image_set_from_pixbuf(GTK_IMAGE(gtkblist->headline_image), pixbuf); |
| 5706 |
5707 |
| 5707 gtkblist->headline_callback = callback; |
5708 gtkblist->headline_callback = callback; |
| 5708 gtkblist->headline_data = user_data; |
5709 gtkblist->headline_data = user_data; |
| 5709 gtkblist->headline_destroy = destroy; |
5710 gtkblist->headline_destroy = destroy; |
| |
5711 gaim_gtk_set_urgent(gtkblist->window->window, TRUE); |
| 5710 gtk_widget_show_all(gtkblist->headline_hbox); |
5712 gtk_widget_show_all(gtkblist->headline_hbox); |
| 5711 } |
5713 } |
| 5712 |
5714 |
| 5713 static GaimBlistUiOps blist_ui_ops = |
5715 static GaimBlistUiOps blist_ui_ops = |
| 5714 { |
5716 { |