| 87 |
87 |
| 88 sep = gtk_hseparator_new(); |
88 sep = gtk_hseparator_new(); |
| 89 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); |
89 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); |
| 90 gtk_widget_show(sep); |
90 gtk_widget_show(sep); |
| 91 |
91 |
| 92 gaim_button(_("Show Lagometer"), &general_options, OPT_GEN_SHOW_LAGMETER, box); |
|
| 93 gaim_button(_("Use borderless buttons (requires restart for some buttons)"), &display_options, OPT_DISP_COOL_LOOK, box); |
92 gaim_button(_("Use borderless buttons (requires restart for some buttons)"), &display_options, OPT_DISP_COOL_LOOK, box); |
| 94 gaim_button(_("Show Buddy Ticker after restart"), &display_options, OPT_DISP_SHOW_BUDDYTICKER, box); |
93 gaim_button(_("Show Buddy Ticker after restart"), &display_options, OPT_DISP_SHOW_BUDDYTICKER, box); |
| 95 if (!dw && (general_options & OPT_GEN_DEBUG)) |
94 if (!dw && (general_options & OPT_GEN_DEBUG)) |
| 96 general_options = general_options ^ OPT_GEN_DEBUG; |
95 general_options = general_options ^ OPT_GEN_DEBUG; |
| 97 debugbutton = gaim_button(_("Show Debug Window"), &general_options, OPT_GEN_DEBUG, box); |
96 debugbutton = gaim_button(_("Show Debug Window"), &general_options, OPT_GEN_DEBUG, box); |