summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorVincent Geddes <vgeddes@src.gnome.org>2007-04-29 12:37:43 +0000
committerVincent Geddes <vgeddes@src.gnome.org>2007-04-29 12:37:43 +0000
commitdfb41bb25e5f88cf27ec7415d561fcab2b4d7cdb (patch)
tree833128f8336bd5029620c4518e3592c39f1a64b1 /data
parentd09930f9a2212d7f0dc3f1f5f08fc622afdd0cdd (diff)
downloadglade-dfb41bb25e5f88cf27ec7415d561fcab2b4d7cdb.tar.gz
Override GtkWidget::show_all to ensure hidden selector button is not
* gladeui/glade-palette.c: Override GtkWidget::show_all to ensure hidden selector button is not accidentally made visible. * gladeui/atk.xpm, gladeui/Makefile.am, data/icons/atk.png, data/icons/Makefile.am: Moved gladeui/atk.xpm to data/icons/atk.png * gladeui/glade-editor.c: Update to use atk.png instead of atk.xpm. svn path=/trunk/; revision=1282
Diffstat (limited to 'data')
-rw-r--r--data/icons/Makefile.am2
-rw-r--r--data/icons/atk.pngbin0 -> 681 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 892bc16d..62b7e7aa 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -17,7 +17,7 @@ update-icon-cache:
pixmapsdir = $(pkgdatadir)/pixmaps
-pixmaps_DATA = selector.png devhelp.png plus.png
+pixmaps_DATA = selector.png devhelp.png plus.png atk.png
EXTRA_DIST = $(pixmaps_DATA) glade-3.ico
diff --git a/data/icons/atk.png b/data/icons/atk.png
new file mode 100644
index 00000000..cde5ff4f
--- /dev/null
+++ b/data/icons/atk.png
Binary files differ