remove code for obsolete "stock" icons

2008-01-25  Jens Granseuer  <jensgr@gmx.net>

	* capplet-stock-icons.c: (capplet_init_stock_icons): remove code
	for obsolete "stock" icons

2008-01-25  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* keyboard-bell.png:
	* keyboard-cursor.png:
	* keyboard-repeat.png:
	* keyboard-volume.png: remove obsolete icons
	* gnome-keyboard-properties.c: (setup_dialog): don't initialize
	our custom "stock" icons since we don't use them any longer

2008-01-25  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* mouse-left.png:
	* mouse-right.png: remove obsolete icons

svn path=/trunk/; revision=8412
This commit is contained in:
Jens Granseuer 2008-01-25 18:55:50 +00:00 committed by Jens Granseuer
parent 62dd7faa9e
commit c06bce17af
13 changed files with 28 additions and 52 deletions

View file

@ -1,3 +1,13 @@
2008-01-25 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* keyboard-bell.png:
* keyboard-cursor.png:
* keyboard-repeat.png:
* keyboard-volume.png: remove obsolete icons
* gnome-keyboard-properties.c: (setup_dialog): don't initialize
our custom stock icons since we don't use them any longer
2008-01-16 Denis Washington <denisw@svn.gnome.org>
* gnome-keyboard-properties.glade:

View file

@ -22,13 +22,6 @@ gnome_keyboard_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(LIBGNOMEKBDUI_LIBS)
Gladedir = $(pkgdatadir)/glade
Glade_DATA = gnome-keyboard-properties.glade
pixmapsdir = $(pkgdatadir)/pixmaps
pixmaps_DATA = \
keyboard-repeat.png \
keyboard-cursor.png \
keyboard-volume.png \
keyboard-bell.png
desktopdir = $(datadir)/applications
Desktop_in_files = keyboard.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
@ -40,4 +33,4 @@ INCLUDES = \
-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
-DGNOMECC_GLADE_DIR="\"$(pkgdatadir)/glade\""
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA)
EXTRA_DIST = $(Glade_DATA) $(pixmaps_DATA)
EXTRA_DIST = $(Glade_DATA)

View file

@ -131,9 +131,6 @@ setup_dialog (GladeXML * dialog, GConfChangeSet * changeset)
{
GObject *peditor;
/* load all the images */
capplet_init_stock_icons ();
peditor = gconf_peditor_new_boolean
(changeset, "/desktop/gnome/peripherals/keyboard/repeat",
WID ("repeat_toggle"), NULL);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB