summaryrefslogtreecommitdiff
path: root/libgnomekbd/Makefile.am
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2011-01-19 23:19:32 +0000
committerSergey V. Udaltsov <svu@gnome.org>2011-01-19 23:19:32 +0000
commit0fbd498bafc6f96848654b8913e5cb6ebda8c16d (patch)
tree0eb0baf539731a28bd68ebeff6e9102e0a0bf7e8 /libgnomekbd/Makefile.am
parentb23dfdbe3a0374b20d155d1a22a90d4f5163d452 (diff)
downloadlibgnomekbd-0fbd498bafc6f96848654b8913e5cb6ebda8c16d.tar.gz
Change icon names - otherwise GtkIcon falls back to "keyboard"
GtkIcon has strange behaviour - it prefers theme-specific "keyboard" to non-themeable keyboard-caps-lock. So, the prefix has to be changed
Diffstat (limited to 'libgnomekbd/Makefile.am')
-rw-r--r--libgnomekbd/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgnomekbd/Makefile.am b/libgnomekbd/Makefile.am
index 065cae2..86c627c 100644
--- a/libgnomekbd/Makefile.am
+++ b/libgnomekbd/Makefile.am
@@ -4,9 +4,9 @@ uidir="$(pkgdatadir)/ui"
ui_DATA = show-layout.ui
iconsdir="$(pkgdatadir)/icons"
-icons_DATA = keyboard-caps-lock.svg \
- keyboard-num-lock.svg \
- keyboard-scroll-lock.svg
+icons_DATA = kbdled-caps-lock.svg \
+ kbdled-num-lock.svg \
+ kbdled-scroll-lock.svg
gsettings_SCHEMAS = org.gnome.libgnomekbd.desktop.gschema.xml \
org.gnome.libgnomekbd.keyboard.gschema.xml \