summaryrefslogtreecommitdiff
path: root/pidgin/pixmaps
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2018-05-08 21:59:25 -0500
committerMike Ruprecht <cmaiku@gmail.com>2018-05-08 21:59:25 -0500
commit77bf4aa96663421cfa6e8f9c1c78a12158890f5a (patch)
tree177c9d9b146f801fbec803322ddf40a95d89a1a5 /pidgin/pixmaps
parentfbecc4df5a78a16a34f40004c0e2b25d4acefa4f (diff)
downloadpidgin-77bf4aa96663421cfa6e8f9c1c78a12158890f5a.tar.gz
Move e2ee icons to status directory of the icon theme specification
This patch moves the e2ee icons to the status directory of the icon theme specification. It prefixes the icons with 'e2ee-' to keep them clearly namespaced. It also updates code which directly accesses them.
Diffstat (limited to 'pidgin/pixmaps')
-rw-r--r--pidgin/pixmaps/e2ee/16/finished.pngbin829 -> 0 bytes
-rw-r--r--pidgin/pixmaps/e2ee/16/not-private.pngbin704 -> 0 bytes
-rw-r--r--pidgin/pixmaps/e2ee/16/private.pngbin703 -> 0 bytes
-rw-r--r--pidgin/pixmaps/e2ee/16/unverified.pngbin671 -> 0 bytes
-rw-r--r--pidgin/pixmaps/meson.build2
5 files changed, 0 insertions, 2 deletions
diff --git a/pidgin/pixmaps/e2ee/16/finished.png b/pidgin/pixmaps/e2ee/16/finished.png
deleted file mode 100644
index 84d219a33a..0000000000
--- a/pidgin/pixmaps/e2ee/16/finished.png
+++ /dev/null
Binary files differ
diff --git a/pidgin/pixmaps/e2ee/16/not-private.png b/pidgin/pixmaps/e2ee/16/not-private.png
deleted file mode 100644
index 68ff7c5322..0000000000
--- a/pidgin/pixmaps/e2ee/16/not-private.png
+++ /dev/null
Binary files differ
diff --git a/pidgin/pixmaps/e2ee/16/private.png b/pidgin/pixmaps/e2ee/16/private.png
deleted file mode 100644
index 577de999c5..0000000000
--- a/pidgin/pixmaps/e2ee/16/private.png
+++ /dev/null
Binary files differ
diff --git a/pidgin/pixmaps/e2ee/16/unverified.png b/pidgin/pixmaps/e2ee/16/unverified.png
deleted file mode 100644
index e748fa5024..0000000000
--- a/pidgin/pixmaps/e2ee/16/unverified.png
+++ /dev/null
Binary files differ
diff --git a/pidgin/pixmaps/meson.build b/pidgin/pixmaps/meson.build
index fd4d44d526..6e0a7ea31c 100644
--- a/pidgin/pixmaps/meson.build
+++ b/pidgin/pixmaps/meson.build
@@ -13,7 +13,5 @@ if INSTALL_PIXMAPS
# extra stuff in our directories we don't want to install.
install_data('edit.png', 'info.png', 'pause.png',
install_dir : join_paths(pidginpixmapdir, 'buttons'))
- install_subdir('e2ee',
- install_dir : pidginpixmapdir)
subdir('tray')
endif