Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
534:d7cdcd9e28f4 | 535:f03f041c1aa9 |
---|---|
122 gtk_widget_show(awaytext); | 122 gtk_widget_show(awaytext); |
123 gtk_text_freeze(GTK_TEXT(awaytext)); | 123 gtk_text_freeze(GTK_TEXT(awaytext)); |
124 gtk_text_insert(GTK_TEXT(awaytext), NULL, NULL, NULL, buf, -1); | 124 gtk_text_insert(GTK_TEXT(awaytext), NULL, NULL, NULL, buf, -1); |
125 gtk_widget_show(awaytext); | 125 gtk_widget_show(awaytext); |
126 | 126 |
127 if (display_options & OPT_DISP_COOL_LOOK) | |
128 gtk_button_set_relief(GTK_BUTTON(back), GTK_RELIEF_NONE); | |
127 | 129 |
128 /* Put the buttons in the box */ | 130 /* Put the buttons in the box */ |
129 gtk_box_pack_start(GTK_BOX(bbox), back, TRUE, TRUE, 10); | 131 gtk_box_pack_start(GTK_BOX(bbox), back, TRUE, TRUE, 10); |
130 | 132 |
131 gtk_box_pack_start(GTK_BOX(topbox), awaytext, FALSE, FALSE, 5); | 133 gtk_box_pack_start(GTK_BOX(topbox), awaytext, FALSE, FALSE, 5); |