Mercurial > pidgin.yaz
diff src/util.c @ 770:172c5cf98dfa
[gaim-migrate @ 780]
buttons with borders... buttons without borders... it's a preference.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 25 Aug 2000 22:09:34 +0000 |
| parents | be917c4d3e39 |
| children | 17def2bb9720 |
line wrap: on
line diff
--- a/src/util.c Fri Aug 25 22:03:29 2000 +0000 +++ b/src/util.c Fri Aug 25 22:09:34 2000 +0000 @@ -968,8 +968,6 @@ gtk_box_pack_end(GTK_BOX(button_box_2), label, FALSE, FALSE, 0); } - gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); - gtk_widget_show(pixmap); gtk_widget_show(button_box_2); gtk_widget_show(button_box);
