pidgin: 4e05828c: Add a minimal index.theme for the tray i...

qulogic at pidgin.im qulogic at pidgin.im
Wed May 26 04:16:26 EDT 2010


-----------------------------------------------------------------
Revision: 4e05828c553f15bdefc89718bf1d38d936714fa8
Ancestor: 8bed7d7fb4c6f9b50345dee72e2c4ecea574dba6
Author: qulogic at pidgin.im
Date: 2010-05-26T05:44:01
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/4e05828c553f15bdefc89718bf1d38d936714fa8

Added files:
        pidgin/pixmaps/tray/hicolor/index.theme
Modified files:
        pidgin/pixmaps/Makefile.am

ChangeLog: 

Add a minimal index.theme for the tray icons.
This really only fixes a bug in the Mac GTK+ since it won't show any
fallback icon when the real hicolor-icon-theme isn't installed. When that
package is installed, the real index.theme takes precedence over this one.

-------------- next part --------------
============================================================
--- pidgin/pixmaps/tray/hicolor/index.theme	7731d178dc6680110e754237caf31f32a10d9e66
+++ pidgin/pixmaps/tray/hicolor/index.theme	7731d178dc6680110e754237caf31f32a10d9e66
@@ -0,0 +1,33 @@
+[Icon Theme]
+Name=Pidgin
+Comment=Icon theme for Pidgin tray icons
+Hidden=True
+Directories=16x16/status,22x22/status,32x32/status,48x48/status,scalable/status
+
+[16x16/status]
+Size=16
+Context=Status
+Type=Threshold
+
+[22x22/status]
+Size=22
+Context=Status
+Type=Threshold
+
+[32x32/status]
+Size=32
+Context=Status
+Type=Threshold
+
+[48x48/status]
+Size=48
+Context=Status
+Type=Threshold
+
+[scalable/status]
+MinSize=1
+Size=128
+MaxSize=256
+Context=Status
+Type=Scalable
+
============================================================
--- pidgin/pixmaps/Makefile.am	81df287676b839573492a4592272ff7f78df6c0f
+++ pidgin/pixmaps/Makefile.am	66f170eb0924a41fb79533746e6eb1ab6f33ea3b
@@ -482,6 +482,8 @@ TRAY_16_ICO = \
 		tray/16/message_4bit.ico \
 		tray/16/offline_4bit.ico
 
+TRAY_THEME =	tray/hicolor/index.theme
+
 TRAY_16 = \
 		tray/hicolor/16x16/status/pidgin-tray-away.png \
 		tray/hicolor/16x16/status/pidgin-tray-busy.png \
@@ -584,6 +586,7 @@ nobase_dist_pidginpixmap_DATA = \
 		$(TOOLBAR_22) \
 		$(TOOLBAR_32) \
 		$(TOOLBAR_48) \
+		$(TRAY_THEME) \
 		$(TRAY_16) \
 		$(TRAY_16_ICO) \
 		$(TRAY_22) \


More information about the Commits mailing list