summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Nickell <snickell@stanford.edu>2002-04-10 13:02:13 +0000
committerSeth Nickell <seth@src.gnome.org>2002-04-10 13:02:13 +0000
commitaec52f831ba7f088cf54ab535730ceecf33bcf7c (patch)
tree2fbdfba2f2463c7e54b7044ad564d7bde74caa8d
parent4430f2baee29016ba8805858d41051a02d77ec52 (diff)
downloadgnome-control-center-aec52f831ba7f088cf54ab535730ceecf33bcf7c.tar.gz
Add a piss-poor-at-small-sizes-but-better-than-nothing icon.
2002-04-10 Seth Nickell <snickell@stanford.edu> * Makefile.am: * keybinding.desktop.in: * keyboard-shortcut.png: Add a piss-poor-at-small-sizes-but-better-than-nothing icon.
-rw-r--r--capplets/keybindings/ChangeLog9
-rw-r--r--capplets/keybindings/Makefile.am3
-rw-r--r--capplets/keybindings/keybinding.desktop.in1
-rw-r--r--capplets/keybindings/keyboard-shortcut.pngbin0 -> 1492 bytes
4 files changed, 13 insertions, 0 deletions
diff --git a/capplets/keybindings/ChangeLog b/capplets/keybindings/ChangeLog
index b47a4cc07..015da26bf 100644
--- a/capplets/keybindings/ChangeLog
+++ b/capplets/keybindings/ChangeLog
@@ -1,3 +1,12 @@
+2002-04-10 Seth Nickell <snickell@stanford.edu>
+
+ * Makefile.am:
+ * keybinding.desktop.in:
+ * keyboard-shortcut.png:
+
+ Add a piss-poor-at-small-sizes-but-better-than-nothing
+ icon.
+
Sat Apr 6 11:57:50 2002 Jonathan Blandford <jrb@gnome.org>
* gnome-keybinding-properties.c (setup_dialog): man, was this code
diff --git a/capplets/keybindings/Makefile.am b/capplets/keybindings/Makefile.am
index a772d724a..9351df65d 100644
--- a/capplets/keybindings/Makefile.am
+++ b/capplets/keybindings/Makefile.am
@@ -12,6 +12,9 @@ gnome_keybinding_properties_SOURCES = \
Gladedir = $(GNOMECC_GLADE_DIR)
Glade_DATA = gnome-keybinding-properties.glade
+pixmapsdir = $(datadir)/pixmaps
+pixmaps_DATA = keyboard-shortcut.png
+
desktopdir = $(GNOMECC_DESKTOP_DIR)
Desktop_in_files = keybinding.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
diff --git a/capplets/keybindings/keybinding.desktop.in b/capplets/keybindings/keybinding.desktop.in
index 6fe8c2336..59201f7ca 100644
--- a/capplets/keybindings/keybinding.desktop.in
+++ b/capplets/keybindings/keybinding.desktop.in
@@ -2,6 +2,7 @@
_Name=Keyboard Shortcuts
_Comment=Associate keyboard shortcuts with panel actions
Exec=gnome-keybinding-properties
+Icon=keyboard-shortcut.png
Terminal=0
Type=Application
Categories=Application;Settings;
diff --git a/capplets/keybindings/keyboard-shortcut.png b/capplets/keybindings/keyboard-shortcut.png
new file mode 100644
index 000000000..61d1384bc
--- /dev/null
+++ b/capplets/keybindings/keyboard-shortcut.png
Binary files differ