diff src/away.c @ 535:f03f041c1aa9

[gaim-migrate @ 545] fflewddur wrote a really cool patch to make buttons borderless, like the buttons in winaim. of course, unlike winaim, it's optional. :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 27 Jul 2000 17:48:15 +0000
parents e4c34ca88d9b
children 991bf4e3c9fe
line wrap: on
line diff
--- a/src/away.c	Thu Jul 27 17:41:36 2000 +0000
+++ b/src/away.c	Thu Jul 27 17:48:15 2000 +0000
@@ -124,6 +124,8 @@
 		gtk_text_insert(GTK_TEXT(awaytext), NULL, NULL, NULL, buf, -1);
 		gtk_widget_show(awaytext);
                 
+		if (display_options & OPT_DISP_COOL_LOOK)
+			gtk_button_set_relief(GTK_BUTTON(back), GTK_RELIEF_NONE);
 		
 		/* Put the buttons in the box */
 		gtk_box_pack_start(GTK_BOX(bbox), back, TRUE, TRUE, 10);