Use an existing icon
svn path=/trunk/; revision=8831
This commit is contained in:
parent
59b48aa800
commit
1b2d3b0509
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-07-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 545780 – use an existing icon
|
||||||
|
|
||||||
|
* gnome-mouse-properties.c:
|
||||||
|
* gnome-settings-mouse.desktop.in.in: Use input-mouse as icon.
|
||||||
|
|
||||||
2008-07-08 Gerd Kohlberger <gerdk@svn.gnome.org>
|
2008-07-08 Gerd Kohlberger <gerdk@svn.gnome.org>
|
||||||
|
|
||||||
* gnome-mouse-properties.glade: Decrease lower boundary of dwell
|
* gnome-mouse-properties.glade: Decrease lower boundary of dwell
|
||||||
|
|
|
@ -495,7 +495,7 @@ main (int argc, char **argv)
|
||||||
g_free (page_name);
|
g_free (page_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
capplet_set_icon (dialog_win, "gnome-dev-mouse-optical");
|
capplet_set_icon (dialog_win, "input-mouse");
|
||||||
gtk_widget_show (dialog_win);
|
gtk_widget_show (dialog_win);
|
||||||
|
|
||||||
gtk_main ();
|
gtk_main ();
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
_Name=Mouse
|
_Name=Mouse
|
||||||
_Comment=Set your mouse preferences
|
_Comment=Set your mouse preferences
|
||||||
Exec=gnome-mouse-properties
|
Exec=gnome-mouse-properties
|
||||||
Icon=gnome-dev-mouse-optical
|
Icon=input-mouse
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue