Mercurial > pidgin
diff src/dialogs.c @ 3902:22ed8423a964
[gaim-migrate @ 4055]
I don't like this.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Tue, 05 Nov 2002 16:21:24 +0000 |
| parents | ccb122620b1a |
| children | 30f52e7afd1d |
line wrap: on
line diff
--- a/src/dialogs.c Tue Nov 05 05:20:48 2002 +0000 +++ b/src/dialogs.c Tue Nov 05 16:21:24 2002 +0000 @@ -4660,8 +4660,6 @@ GtkWidget *pixmap; button = gtk_button_new(); - if (misc_options & OPT_MISC_COOL_LOOK) - gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); button_box = gtk_hbox_new(FALSE, 5); gtk_container_add(GTK_CONTAINER(button), button_box); @@ -4706,9 +4704,8 @@ if (!button_tips) button_tips = gtk_tooltips_new(); + button = gtk_button_new(); - if (misc_options & OPT_MISC_COOL_LOOK) - gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); button_box = gtk_hbox_new(FALSE, 0); gtk_container_add(GTK_CONTAINER(button), button_box);
