gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6591 - gnunet-gtk/src/plugins/fs


From: gnunet
Subject: [GNUnet-SVN] r6591 - gnunet-gtk/src/plugins/fs
Date: Sat, 22 Mar 2008 00:15:14 -0600 (MDT)

Author: grothoff
Date: 2008-03-22 00:15:12 -0600 (Sat, 22 Mar 2008)
New Revision: 6591

Modified:
   gnunet-gtk/src/plugins/fs/upload.c
Log:
returntype

Modified: gnunet-gtk/src/plugins/fs/upload.c
===================================================================
--- gnunet-gtk/src/plugins/fs/upload.c  2008-03-21 23:44:00 UTC (rev 6590)
+++ gnunet-gtk/src/plugins/fs/upload.c  2008-03-22 06:15:12 UTC (rev 6591)
@@ -228,6 +228,7 @@
                             "metaDataDialogMetaDataList");
 }
 
+void
 on_fileInformationKeywordEntry_activate_fs (GtkWidget * 
fileInformationKeywordEntry,
                                             gpointer dummy)
 {
@@ -241,6 +242,7 @@
                            "metaDataDialogKeywordList");
 }
 
+void
 on_metaDataDialogValueEntry_activate_fs (GtkWidget * metaDataDialogValueEntry,
                                          gpointer dummy)
 {
@@ -274,7 +276,7 @@
  * The selection of the keyword list changed.
  * Update button status.
  */
-static void
+void
 on_keyword_list_selection_changed (gpointer signal, gpointer cls)
 {
   GtkTreeSelection *selection;
@@ -295,7 +297,7 @@
  * The selection of the metadata list changed.
  * Update button status.
  */
-static void
+void
 on_metadata_list_selection_changed (gpointer signal, gpointer cls)
 {
   GtkTreeSelection *selection;





reply via email to

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