comparison src/prefs.c @ 176:c99d0b82c8a8

[gaim-migrate @ 186] Fixed a bug where if you unload a plugin that had 3 callbacks, it would only unload 2 of them. Other touch-ups and additions. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 25 Apr 2000 18:55:56 +0000
parents 789c792ed14b
children 0ff9f19b9b23
comparison
equal deleted inserted replaced
175:4b011ba81a9d 176:c99d0b82c8a8
382 gaim_button("Raise windows when message recieved", &general_options, OPT_GEN_POPUP_WINDOWS, genbox); 382 gaim_button("Raise windows when message recieved", &general_options, OPT_GEN_POPUP_WINDOWS, genbox);
383 gaim_button("Send URLs as links", &general_options, OPT_GEN_SEND_LINKS, genbox); 383 gaim_button("Send URLs as links", &general_options, OPT_GEN_SEND_LINKS, genbox);
384 gaim_button("Show Lag-O-Meter", &general_options, OPT_GEN_SHOW_LAGMETER, genbox); 384 gaim_button("Show Lag-O-Meter", &general_options, OPT_GEN_SHOW_LAGMETER, genbox);
385 gaim_button("Save some window size/positions", &general_options, OPT_GEN_SAVED_WINDOWS, genbox); 385 gaim_button("Save some window size/positions", &general_options, OPT_GEN_SAVED_WINDOWS, genbox);
386 gaim_button("Ignore new conversations when away", &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox); 386 gaim_button("Ignore new conversations when away", &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox);
387 if (!dw && (general_options & OPT_GEN_DEBUG))
388 general_options = general_options ^ OPT_GEN_DEBUG;
387 debugbutton = gaim_button("Enable debug mode", &general_options, OPT_GEN_DEBUG, genbox); 389 debugbutton = gaim_button("Enable debug mode", &general_options, OPT_GEN_DEBUG, genbox);
388 390
389 391
390 idleopt = gtk_radio_button_new_with_label(NULL, "No Idle"); 392 idleopt = gtk_radio_button_new_with_label(NULL, "No Idle");
391 gtk_box_pack_start(GTK_BOX(idlebox), idleopt, FALSE, FALSE, 0); 393 gtk_box_pack_start(GTK_BOX(idlebox), idleopt, FALSE, FALSE, 0);