summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2005-09-06 16:06:40 +0000
committerBenedikt Meurer <benny@xfce.org>2005-09-06 16:06:40 +0000
commitc6b279a11f1a959727b97d67a5aee29a0c445dfe (patch)
tree0f23982a89b9012cd8e0529a61c6e39a065bf3cd /icons
parentc5a3c59fb32ffc7aad5f3513d978d8f6668b4c36 (diff)
downloadthunar-c6b279a11f1a959727b97d67a5aee29a0c445dfe.tar.gz
2005-09-06 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-local-file.c: Store the VFS monitor handle in the GObject dataset as it's used only for explicit file monitoring (e.g. for the properties dialog). * thunar/thunar-list-model.c(thunar_list_model_get_iter): Skip every second comparison for iter lookups. * icons/, configure.in.in, Makefile.am: Add the Thunar icon. (Old svn revision: 17401)
Diffstat (limited to 'icons')
-rw-r--r--icons/24x24/Makefile.am10
-rw-r--r--icons/24x24/Thunar.pngbin0 -> 1951 bytes
-rw-r--r--icons/48x48/Makefile.am10
-rw-r--r--icons/48x48/Thunar.pngbin0 -> 5103 bytes
-rw-r--r--icons/Makefile.am7
5 files changed, 27 insertions, 0 deletions
diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am
new file mode 100644
index 00000000..3c6cf974
--- /dev/null
+++ b/icons/24x24/Makefile.am
@@ -0,0 +1,10 @@
+# $Id$
+
+iconsdir = $(datadir)/icons/hicolor/24x24/apps
+icons_DATA = \
+ Thunar.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/24x24/Thunar.png b/icons/24x24/Thunar.png
new file mode 100644
index 00000000..de5f3131
--- /dev/null
+++ b/icons/24x24/Thunar.png
Binary files differ
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
new file mode 100644
index 00000000..04451608
--- /dev/null
+++ b/icons/48x48/Makefile.am
@@ -0,0 +1,10 @@
+# $Id$
+
+iconsdir = $(datadir)/icons/hicolor/48x48/apps
+icons_DATA = \
+ Thunar.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/48x48/Thunar.png b/icons/48x48/Thunar.png
new file mode 100644
index 00000000..367a3735
--- /dev/null
+++ b/icons/48x48/Thunar.png
Binary files differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
new file mode 100644
index 00000000..4f736ce0
--- /dev/null
+++ b/icons/Makefile.am
@@ -0,0 +1,7 @@
+# $Id$
+
+SUBDIRS = \
+ 24x24 \
+ 48x48
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: