Use themed icons for WM hint.

This commit is contained in:
Frédéric Crozat 2004-08-20 16:50:57 +00:00
parent 29a43bc7d2
commit 347006e0d8
27 changed files with 82 additions and 15 deletions

View file

@ -7,3 +7,4 @@ Makefile.in
*.o
gnome-sound-properties
sound.desktop
gnome-settings-sound.desktop

View file

@ -1,3 +1,11 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* .cvsignore:
Quiet CVS.
* sound-properties-capplet.c: (main):
Use themed icon for WM hint.
2004-06-22 Leena Gunda <leena.gunda@wipro.com>
* sound-properties-capplet.c:

View file

@ -278,7 +278,7 @@ main (int argc, char **argv)
gtk_dialog_set_default_response (GTK_DIALOG (dialog_win), GTK_RESPONSE_CLOSE);
g_signal_connect (G_OBJECT (dialog_win), "response", (GCallback) dialog_button_clicked_cb, changeset);
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog_win)->vbox), WID ("prefs_widget"), TRUE, TRUE, 0);
capplet_set_icon (dialog_win, "sound-capplet.png");
capplet_set_icon (dialog_win, "gnome-settings-sound");
gtk_widget_show_all (dialog_win);
gtk_main ();