mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 23:06:08 -04:00
19 lines
636 B
Plaintext
19 lines
636 B
Plaintext
$NetBSD: patch-ae,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
|
|
--- gtk/src/Page/DownloadPage.cs.old 2008-04-24 11:22:07.000000000 +0300
|
|
+++ gtk/src/Page/DownloadPage.cs 2007-10-26 12:11:04.000000000 +0300
|
|
@@ -36,10 +36,10 @@
|
|
private MessageArea messageArea;
|
|
|
|
private ActionGroup actionGroup;
|
|
- private Action startAction;
|
|
- private Action stopAction;
|
|
- private Action removeAction;
|
|
- private Action clearAction;
|
|
+ private Gtk.Action startAction;
|
|
+ private Gtk.Action stopAction;
|
|
+ private Gtk.Action removeAction;
|
|
+ private Gtk.Action clearAction;
|
|
|
|
private DownloadStore downloadStore;
|
|
private TreePath virtualRoot;
|