Mercurial > pidgin.yaz
diff src/dialogs.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 | ffb824f6cd24 |
| children | 9108277c95e9 |
line wrap: on
line diff
--- a/src/dialogs.c Wed Aug 30 23:56:09 2000 +0000 +++ b/src/dialogs.c Thu Aug 31 00:25:25 2000 +0000 @@ -3054,6 +3054,7 @@ tpm = gtk_pixmap_new(dpm, mask); gtk_widget_show(tpm); gdk_pixmap_unref(dpm); + gdk_bitmap_unref(mask); button = gtk_toolbar_append_element(GTK_TOOLBAR(bar), GTK_TOOLBAR_CHILD_BUTTON, NULL, NULL, NULL, NULL, tpm, GTK_SIGNAL_FUNC(set_smiley_array), (int *)face); gtk_signal_connect(GTK_OBJECT(button), "clicked", GTK_SIGNAL_FUNC(insert_smiley_text), c);
