[pitivi] gdk: fix icon too large warning
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] gdk: fix icon too large warning
- Date: Wed, 24 Sep 2014 17:03:30 +0000 (UTC)
commit 409d4773d52b0080a1d94e0c62a7acc8619098ed
Author: Lubosz Sarnecki <lubosz gmail com>
Date: Tue Sep 16 17:48:29 2014 +0200
gdk: fix icon too large warning
Setting the pitivi icon on main window and various dialogs produced following warning
(pitivi:18711): Gdk-WARNING **: gdk_window_set_icon_list: icon too large (512x512)
Deletes the 512x512 icon and removes it from the build files.
The warning is only fixed when the correct icon sizes are installed.
configure.ac | 1 -
data/icons/512x512/Makefile.am | 10 ----------
data/icons/512x512/pitivi.png | Bin 162680 -> 0 bytes
data/icons/Makefile.am | 2 +-
4 files changed, 1 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 23eb1f6..86fa271 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,7 +119,6 @@ data/icons/24x24/Makefile
data/icons/32x32/Makefile
data/icons/48x48/Makefile
data/icons/256x256/Makefile
-data/icons/512x512/Makefile
data/pixmaps/Makefile
data/ui/Makefile
data/renderpresets/Makefile
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index da2dea8..eed3a4c 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 512x512
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
install-data-hook: update-icon-cache
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]