Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 605:1dbc72baf900 | 606:eaab8abda2c0 |
|---|---|
| 445 | 445 |
| 446 appletbox = gtk_vbox_new(FALSE, 5); | 446 appletbox = gtk_vbox_new(FALSE, 5); |
| 447 gtk_box_pack_start(GTK_BOX(applet_page), appletbox, TRUE, TRUE, 5); | 447 gtk_box_pack_start(GTK_BOX(applet_page), appletbox, TRUE, TRUE, 5); |
| 448 | 448 |
| 449 gaim_button(_("Automatically Show Buddy List"), &general_options, OPT_GEN_APP_BUDDY_SHOW, appletbox); | 449 gaim_button(_("Automatically Show Buddy List"), &general_options, OPT_GEN_APP_BUDDY_SHOW, appletbox); |
| 450 gaim_button(_("Sounds go through GNOME"), &sound_options, OPT_SOUND_THROUGH_GNOME, appletbox); | |
| 451 gaim_button(_("Buddy list displays near the applet"), &general_options, OPT_GEN_NEAR_APPLET, appletbox); | 450 gaim_button(_("Buddy list displays near the applet"), &general_options, OPT_GEN_NEAR_APPLET, appletbox); |
| 452 | 451 |
| 453 gtk_widget_show(appletbox); | 452 gtk_widget_show(appletbox); |
| 454 gtk_widget_show(applet_page); | 453 gtk_widget_show(applet_page); |
| 455 | 454 |
| 676 /* Sound */ | 675 /* Sound */ |
| 677 sound_page = gtk_vbox_new(FALSE, 0); | 676 sound_page = gtk_vbox_new(FALSE, 0); |
| 678 label = gtk_label_new(_("Sounds")); | 677 label = gtk_label_new(_("Sounds")); |
| 679 gtk_widget_show(label); | 678 gtk_widget_show(label); |
| 680 gtk_notebook_append_page(GTK_NOTEBOOK(notebook), sound_page, label); | 679 gtk_notebook_append_page(GTK_NOTEBOOK(notebook), sound_page, label); |
| 680 gaim_button(_("Sounds go through GNOME"), &sound_options, OPT_SOUND_THROUGH_GNOME, sound_page); | |
| 681 gaim_button(_("Sound when buddy logs in"), &sound_options, OPT_SOUND_LOGIN, sound_page); | 681 gaim_button(_("Sound when buddy logs in"), &sound_options, OPT_SOUND_LOGIN, sound_page); |
| 682 gaim_button(_("Sound when buddy logs out"), &sound_options, OPT_SOUND_LOGOUT, sound_page); | 682 gaim_button(_("Sound when buddy logs out"), &sound_options, OPT_SOUND_LOGOUT, sound_page); |
| 683 gaim_button(_("Sound when message is received"), &sound_options, OPT_SOUND_RECV, sound_page); | 683 gaim_button(_("Sound when message is received"), &sound_options, OPT_SOUND_RECV, sound_page); |
| 684 gaim_button(_("Sound when message is sent"), &sound_options, OPT_SOUND_SEND, sound_page); | 684 gaim_button(_("Sound when message is sent"), &sound_options, OPT_SOUND_SEND, sound_page); |
| 685 gaim_button(_("Sound when first message is received"), &sound_options, OPT_SOUND_FIRST_RCV, sound_page); | 685 gaim_button(_("Sound when first message is received"), &sound_options, OPT_SOUND_FIRST_RCV, sound_page); |
