aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffalarms/ffalarms/libeflvala.a18c70a312d98cc90e0e7978f845601e82460b39.patch
blob: dc3f73c672807b7d8657667d5d13aee12a873f79 (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
27
28
29
30
Index: a/ffalarms.vala
===================================================================
--- a/ffalarms.vala	(revision 67)
+++ b/ffalarms.vala	(working copy)
@@ -1407,7 +1407,6 @@
 	bx.pack_end(bt);
 	bx.pack_end(frame("pad_small"));
 	w.inwin_content_set(bx);
-	w.inwin_style_set("minimal_vertical");
 	bt.show();
 	w.inwin_activate();
     }
@@ -1476,7 +1475,7 @@
 	this.parent = parent;
     }
 
-    public unowned Button add(string label, Evas.SmartCallback cb)
+    public unowned Button add(string label, Evas.Callback cb)
     {
 	unowned Button b;
 
@@ -1505,7 +1504,7 @@
 	hover.content_set("top", box);
     }
 
-    public new unowned Button add(string label, Evas.SmartCallback cb)
+    public new unowned Button add(string label, Evas.Callback cb)
     {
 	unowned Button b = base.add(label, cb);
 	b.smart_callback_add("clicked", hover.hide);