gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18922 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r18922 - gnunet-gtk/src/fs
Date: Mon, 2 Jan 2012 08:57:38 +0100

Author: grothoff
Date: 2012-01-02 08:57:38 +0100 (Mon, 02 Jan 2012)
New Revision: 18922

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c
Log:
-LRN: fix declaration order

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c     2012-01-02 06:00:57 UTC 
(rev 18921)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c     2012-01-02 07:57:38 UTC 
(rev 18922)
@@ -113,6 +113,28 @@
 
 static struct PublishTab *publish_tab;
 
+/**
+ * Row reference for the current search context menu.
+ */
+static GtkTreeRowReference *current_context_row_reference;
+
+/**
+ * Search tab used for the current search context menu.
+ */
+static struct SearchTab *current_context_search_tab;
+
+static void
+start_download_ctx_menu (GtkMenuItem *item, gpointer user_data);
+
+static void
+start_download_recursively_ctx_menu (GtkMenuItem *item, gpointer user_data);
+
+static void
+abort_download_ctx_menu (GtkMenuItem *item, gpointer user_data);
+
+static void
+copy_uri_to_clipboard_ctx_menu (GtkMenuItem *item, gpointer user_data);
+
 static gboolean
 search_list_popup (GtkTreeView *tv, struct SearchTab *tab, GdkEventButton 
*event_button)
 {
@@ -887,16 +909,6 @@
 
 
 /**
- * Row reference for the current search context menu.
- */
-static GtkTreeRowReference *current_context_row_reference;
-
-/**
- * Search tab used for the current search context menu.
- */
-static struct SearchTab *current_context_search_tab;
-
-/**
  * "Download" was selected in the current search context menu.
  */
 static void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]