gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19584 - in gnunet-gtk: contrib src/fs


From: gnunet
Subject: [GNUnet-SVN] r19584 - in gnunet-gtk: contrib src/fs
Date: Tue, 31 Jan 2012 23:56:48 +0100

Author: grothoff
Date: 2012-01-31 23:56:48 +0100 (Tue, 31 Jan 2012)
New Revision: 19584

Modified:
   gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade
   gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c
Log:
-fixing function names and adding static where needed

Modified: gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade  2012-01-31 22:54:08 UTC 
(rev 19583)
+++ gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade  2012-01-31 22:56:48 UTC 
(rev 19584)
@@ -1152,7 +1152,7 @@
         <property name="can_focus">False</property>
         <property name="label" translatable="yes">Copy selection</property>
         <property name="use_underline">True</property>
-        <signal name="activate" handler="metadata_copy_selection_activated" 
swapped="no"/>
+        <signal name="activate" 
handler="GNUNET_GTK_FS_metadata_copy_selection_activated" swapped="no"/>
       </object>
     </child>
   </object>

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c     2012-01-31 22:54:08 UTC 
(rev 19583)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c     2012-01-31 22:56:48 UTC 
(rev 19584)
@@ -1232,7 +1232,7 @@
 
 
 
-gboolean
+static gboolean
 search_list_on_popup (GtkWidget *widget, gpointer user_data)
 {
   GtkTreeView *tv;




reply via email to

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