summaryrefslogtreecommitdiff
path: root/community/dockmanager/vala.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/dockmanager/vala.patch')
-rw-r--r--community/dockmanager/vala.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/dockmanager/vala.patch b/community/dockmanager/vala.patch
deleted file mode 100644
index efe01e474..000000000
--- a/community/dockmanager/vala.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-=== modified file 'daemon/tile.vala'
---- daemon/tile.vala 2010-12-01 23:39:56 +0000
-+++ daemon/tile.vala 2011-01-18 04:30:10 +0000
-@@ -185,10 +185,6 @@
- {
- try
- {
--#if VALA_0_12
--#else
-- unowned
--#endif
- Gdk.Pixbuf temp_pb;
- unowned IconTheme it = IconTheme.get_default ();
- try
-@@ -204,10 +200,6 @@
- IconLookupFlags.FORCE_SIZE);
- }
- pixbuf = temp_pb.copy ();
--#if VALA_0_12
--#else
-- temp_pb.unref (); // careful here!
--#endif
- }
- catch (Error err)
- {
-