comparison src/gtkstatusbox.c @ 14150:180141b8e97c

[gaim-migrate @ 16795] Now with 'compiling' feature committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 16 Aug 2006 17:31:29 +0000
parents d994f64248ef
children ed099dde55d1
comparison
equal deleted inserted replaced
14149:d994f64248ef 14150:180141b8e97c
951 gtk_window_present(GTK_WINDOW(box->buddy_icon_sel)); 951 gtk_window_present(GTK_WINDOW(box->buddy_icon_sel));
952 return FALSE; 952 return FALSE;
953 } 953 }
954 954
955 box->buddy_icon_sel = gaim_gtk_buddy_icon_chooser_new(NULL, icon_choose_cb, box); 955 box->buddy_icon_sel = gaim_gtk_buddy_icon_chooser_new(NULL, icon_choose_cb, box);
956 gtk_widget_show_all(filesel); 956 gtk_widget_show_all(box->buddy_icon_sel);
957 return FALSE; 957 return FALSE;
958 } 958 }
959 959
960 static gboolean 960 static gboolean
961 icon_box_enter_cb(GtkWidget *widget, GdkEventCrossing *event, GtkGaimStatusBox *box) 961 icon_box_enter_cb(GtkWidget *widget, GdkEventCrossing *event, GtkGaimStatusBox *box)