blob: 9baaf2d382f7b185d6861eaa7eb72332dbd8d832 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ah,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
--- gtk/src/Page/UploadPage.cs.old 2008-04-24 11:22:21.000000000 +0300
+++ gtk/src/Page/UploadPage.cs 2007-10-26 12:11:04.000000000 +0300
@@ -40,9 +40,9 @@
private uint timeout;
private ActionGroup actionGroup;
- private Action stopAction;
- private Action removeAction;
- private Action clearAction;
+ private Gtk.Action stopAction;
+ private Gtk.Action removeAction;
+ private Gtk.Action clearAction;
[Widget]
private ScrolledWindow scrolledWindow;
|