public
Fork of ebassi/tweet
Description: A Clutter-based Twitter client
Clone URL: git://github.com/patoh/tweet.git
Add the new status icons to the themable application icons
Emmanuele Bassi (author)
Fri May 23 10:01:33 -0700 2008
commit  8b8390aee5d25d0ffffe287ab39f9621307609cf
tree    8ee67ec294db9f931ee9889077b51830743bfd18
parent  007a07982a836430c38b7b097d13a66beb6fc0b3
...
151
152
153
 
154
155
 
156
157
158
...
151
152
153
154
155
156
157
158
159
160
0
@@ -151,8 +151,10 @@ AC_CONFIG_FILES([
0
         data/icons/Makefile
0
         data/icons/32x32/Makefile
0
         data/icons/32x32/actions/Makefile
0
+ data/icons/32x32/status/Makefile
0
         data/icons/scalable/Makefile
0
         data/icons/scalable/actions/Makefile
0
+ data/icons/scalable/status/Makefile
0
 ])
0
 
0
 AC_OUTPUT
...
1
 
...
 
1
0
@@ -1 +1 @@
0
-SUBDIRS = actions
0
+SUBDIRS = actions status
...
1
 
...
 
1
0
@@ -1 +1 @@
0
-SUBDIRS = actions
0
+SUBDIRS = actions status

Comments

    No one has commented yet.