comparison src/util.c @ 804:17def2bb9720

[gaim-migrate @ 814] 17:24:37 RobFlynn: Reformatted? 17:24:59 EWarmenhoven: well, "preferences" "plugins" and "perl". one of these things is not like the others committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 31 Aug 2000 00:25:25 +0000
parents 172c5cf98dfa
children 97f1ae636ed7
comparison
equal deleted inserted replaced
803:7f75b17d4e14 804:17def2bb9720
930 930
931 /* this causes clipping on lots of buttons with long text */ 931 /* this causes clipping on lots of buttons with long text */
932 /* gtk_widget_set_usize(button, 75, 30);*/ 932 /* gtk_widget_set_usize(button, 75, 30);*/
933 gtk_widget_show(button); 933 gtk_widget_show(button);
934 gdk_pixmap_unref(pm); 934 gdk_pixmap_unref(pm);
935 gdk_bitmap_unref(mask);
935 936
936 return button; 937 return button;
937 } 938 }
938 939
939 static GtkTooltips *tips = NULL; 940 static GtkTooltips *tips = NULL;
971 gtk_widget_show(pixmap); 972 gtk_widget_show(pixmap);
972 gtk_widget_show(button_box_2); 973 gtk_widget_show(button_box_2);
973 gtk_widget_show(button_box); 974 gtk_widget_show(button_box);
974 gtk_widget_show(button); 975 gtk_widget_show(button);
975 gdk_pixmap_unref(pm); 976 gdk_pixmap_unref(pm);
977 gdk_bitmap_unref(mask);
976 978
977 gtk_tooltips_set_tip(tips, button, text, "Gaim"); 979 gtk_tooltips_set_tip(tips, button, text, "Gaim");
978 return button; 980 return button;
979 } 981 }
980 982