blob: efe01e4747dd24c1a913644c186e7aeadc1ec6f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
=== 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)
{
|