Patch by: Matthias Clasen <mclasen@redhat.com>
2008-06-21 Jens Granseuer <jensgr@gmx.net> Patch by: Matthias Clasen <mclasen@redhat.com> * at-properties.desktop.in.in: * main.c: (setup_dialog): use standard icon name from the icon naming spec (bug #539336) 2008-06-21 Jens Granseuer <jensgr@gmx.net> Patch by: Matthias Clasen <mclasen@redhat.com> * appearance-main.c: (main): * data/gnome-appearance-properties.desktop.in.in: use standard icon name from the icon naming spec (bug #539339) 2008-06-21 Jens Granseuer <jensgr@gmx.net> Patch by: Matthias Clasen <mclasen@redhat.com> * gnome-keybinding-properties.c: (setup_dialog): * keybinding.desktop.in.in: update icon name to use what gnome-icon-theme uses (bug #539338) 2008-06-21 Jens Granseuer <jensgr@gmx.net> Patch by: Matthias Clasen <mclasen@redhat.com> * gnome-keyboard-properties.c: (main): * keyboard.desktop.in.in: use standard icon name from the icon naming spec (bug #539340) 2008-06-21 Jens Granseuer <jensgr@gmx.net> Patch by: Matthias Clasen <mclasen@redhat.com> * gnome-window-properties.c: (main): * window-properties.desktop.in.in: update icon name to use what gnome-icon-theme uses (bug #539343) svn path=/trunk/; revision=8767
This commit is contained in:
parent
cb2c6b7770
commit
d6c6b7362c
15 changed files with 50 additions and 10 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-06-21 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* at-properties.desktop.in.in:
|
||||
* main.c: (setup_dialog): use standard icon name from the icon naming
|
||||
spec (bug #539336)
|
||||
|
||||
==================== 2.23.2 ====================
|
||||
|
||||
2008-04-16 Jens Granseuer <jensgr@gmx.net>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
_Name=Assistive Technologies
|
||||
_Comment=Enable support for GNOME assistive technologies at login
|
||||
Exec=gnome-at-properties
|
||||
Icon=gnome-settings-accessibility-technologies
|
||||
Icon=preferences-desktop-accessibility
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
|
|
|
@ -188,7 +188,7 @@ setup_dialog (GladeXML *dialog)
|
|||
G_CALLBACK (cb_login_preferences), NULL);
|
||||
|
||||
widget = WID ("at_properties_dialog");
|
||||
capplet_set_icon (widget, "gnome-settings-accessibility-technologies");
|
||||
capplet_set_icon (widget, "preferences-desktop-accessibility");
|
||||
|
||||
g_signal_connect (G_OBJECT (widget),
|
||||
"response",
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2008-06-21 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* appearance-main.c: (main):
|
||||
* data/gnome-appearance-properties.desktop.in.in: use standard icon
|
||||
name from the icon naming spec (bug #539339)
|
||||
|
||||
2008-06-01 Thomas Wood <thos@gnome.org>
|
||||
|
||||
* appearance-desktop.c: (wp_props_wp_selected), (wp_load_stuffs),
|
||||
|
|
|
@ -156,7 +156,7 @@ main (int argc, char **argv)
|
|||
|
||||
/* prepare the main window */
|
||||
w = glade_xml_get_widget (data->xml, "appearance_window");
|
||||
capplet_set_icon (w, "gnome-settings-theme");
|
||||
capplet_set_icon (w, "preferences-desktop-theme");
|
||||
gtk_widget_show_all (w);
|
||||
|
||||
g_signal_connect_after (w, "response",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
_Name=Appearance
|
||||
_Comment=Customize the look of the desktop
|
||||
Exec=gnome-appearance-properties %F
|
||||
Icon=gnome-settings-theme
|
||||
Icon=preferences-desktop-theme
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2008-06-21 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gnome-keybinding-properties.c: (setup_dialog):
|
||||
* keybinding.desktop.in.in: update icon name to use what
|
||||
gnome-icon-theme uses (bug #539338)
|
||||
|
||||
2008-06-01 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-keybinding-properties.c: (create_dialog), (accel_set_func),
|
||||
|
|
|
@ -1334,7 +1334,7 @@ setup_dialog (GladeXML *dialog)
|
|||
g_free (wm_name);
|
||||
|
||||
widget = WID ("gnome-keybinding-dialog");
|
||||
capplet_set_icon (widget, "gnome-settings-keybindings");
|
||||
capplet_set_icon (widget, "preferences-desktop-keyboard-shortcuts");
|
||||
gtk_widget_show (widget);
|
||||
|
||||
g_signal_connect (widget, "key_press_event", G_CALLBACK (maybe_block_accels), NULL);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
_Name=Keyboard Shortcuts
|
||||
_Comment=Assign shortcut keys to commands
|
||||
Exec=gnome-keybinding-properties
|
||||
Icon=gnome-settings-keybindings
|
||||
Icon=preferences-desktop-keyboard-shortcuts
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2008-06-21 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gnome-keyboard-properties.c: (main):
|
||||
* keyboard.desktop.in.in: use standard icon name from the icon naming
|
||||
spec (bug #539340)
|
||||
|
||||
==================== 2.23.2 ====================
|
||||
|
||||
2008-04-28 Sergey Udaltsov <svu@gnome.org>
|
||||
|
|
|
@ -312,7 +312,7 @@ main (int argc, char **argv)
|
|||
}
|
||||
|
||||
capplet_set_icon (WID ("keyboard_dialog"),
|
||||
"gnome-dev-keyboard");
|
||||
"preferences-desktop-keyboard");
|
||||
gtk_widget_show (WID ("keyboard_dialog"));
|
||||
gtk_main ();
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
_Name=Keyboard
|
||||
_Comment=Set your keyboard preferences
|
||||
Exec=gnome-keyboard-properties
|
||||
Icon=gnome-dev-keyboard
|
||||
Icon=preferences-desktop-keyboard
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2008-06-21 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gnome-window-properties.c: (main):
|
||||
* window-properties.desktop.in.in: update icon name to use what
|
||||
gnome-icon-theme uses (bug #539343)
|
||||
|
||||
==================== 2.23.2 ====================
|
||||
|
||||
2007-12-06 Jens Granseuer <jensgr@gmx.net>
|
||||
|
|
|
@ -467,7 +467,7 @@ main (int argc, char **argv)
|
|||
++i;
|
||||
}
|
||||
|
||||
capplet_set_icon (dialog_win, "gnome-window-manager");
|
||||
capplet_set_icon (dialog_win, "preferences-system-windows");
|
||||
gtk_widget_show (dialog_win);
|
||||
|
||||
gtk_main ();
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
_Name=Windows
|
||||
_Comment=Set your window properties
|
||||
Exec=gnome-window-properties
|
||||
Icon=gnome-window-manager
|
||||
Icon=preferences-system-windows
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue