Mercurial > pidgin
diff src/prefs.c @ 606:eaab8abda2c0
[gaim-migrate @ 616]
ok, a few changes.
1) --enable-gnome (which is the default) can make sounds go through gnome,
which means they're configurable. they can still go through gaim.
2) --enable-gnome will also install the necessary files to make sounds
through gnome work.
3) the rpm will be built without gnome; if a distributor later wants to
require gnome that's up to them.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 04 Aug 2000 17:13:54 +0000 |
| parents | 3a24fd19ff5f |
| children | 12bb64b42ad1 |
line wrap: on
line diff
--- a/src/prefs.c Fri Aug 04 05:36:02 2000 +0000 +++ b/src/prefs.c Fri Aug 04 17:13:54 2000 +0000 @@ -447,7 +447,6 @@ gtk_box_pack_start(GTK_BOX(applet_page), appletbox, TRUE, TRUE, 5); gaim_button(_("Automatically Show Buddy List"), &general_options, OPT_GEN_APP_BUDDY_SHOW, appletbox); - gaim_button(_("Sounds go through GNOME"), &sound_options, OPT_SOUND_THROUGH_GNOME, appletbox); gaim_button(_("Buddy list displays near the applet"), &general_options, OPT_GEN_NEAR_APPLET, appletbox); gtk_widget_show(appletbox); @@ -678,6 +677,7 @@ label = gtk_label_new(_("Sounds")); gtk_widget_show(label); gtk_notebook_append_page(GTK_NOTEBOOK(notebook), sound_page, label); + gaim_button(_("Sounds go through GNOME"), &sound_options, OPT_SOUND_THROUGH_GNOME, sound_page); gaim_button(_("Sound when buddy logs in"), &sound_options, OPT_SOUND_LOGIN, sound_page); gaim_button(_("Sound when buddy logs out"), &sound_options, OPT_SOUND_LOGOUT, sound_page); gaim_button(_("Sound when message is received"), &sound_options, OPT_SOUND_RECV, sound_page);
