diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-31 22:56:48 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-31 22:56:48 +0000 |
commit | 767cf77a738693e14294e880a2ccb8bb867b909b (patch) | |
tree | 67706d44f67fe7a5c3e7c923ed14bae77b44b6e4 | |
parent | d5d5c6af38d38b0d7ffd1b6c4bdbbdfa28f27fb0 (diff) | |
download | gnunet-gtk-767cf77a738693e14294e880a2ccb8bb867b909b.tar.gz gnunet-gtk-767cf77a738693e14294e880a2ccb8bb867b909b.zip |
-fixing function names and adding static where needed
-rw-r--r-- | contrib/gnunet_fs_gtk_main_window.glade | 2 | ||||
-rw-r--r-- | src/fs/gnunet-fs-gtk-event_handler.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade index 89d787a4..c7b87685 100644 --- a/contrib/gnunet_fs_gtk_main_window.glade +++ b/contrib/gnunet_fs_gtk_main_window.glade | |||
@@ -1152,7 +1152,7 @@ | |||
1152 | <property name="can_focus">False</property> | 1152 | <property name="can_focus">False</property> |
1153 | <property name="label" translatable="yes">Copy selection</property> | 1153 | <property name="label" translatable="yes">Copy selection</property> |
1154 | <property name="use_underline">True</property> | 1154 | <property name="use_underline">True</property> |
1155 | <signal name="activate" handler="metadata_copy_selection_activated" swapped="no"/> | 1155 | <signal name="activate" handler="GNUNET_GTK_FS_metadata_copy_selection_activated" swapped="no"/> |
1156 | </object> | 1156 | </object> |
1157 | </child> | 1157 | </child> |
1158 | </object> | 1158 | </object> |
diff --git a/src/fs/gnunet-fs-gtk-event_handler.c b/src/fs/gnunet-fs-gtk-event_handler.c index d9b4dab8..ada9cf86 100644 --- a/src/fs/gnunet-fs-gtk-event_handler.c +++ b/src/fs/gnunet-fs-gtk-event_handler.c | |||
@@ -1232,7 +1232,7 @@ setup_download (struct DownloadEntry *de, struct DownloadEntry *pde, | |||
1232 | 1232 | ||
1233 | 1233 | ||
1234 | 1234 | ||
1235 | gboolean | 1235 | static gboolean |
1236 | search_list_on_popup (GtkWidget *widget, gpointer user_data) | 1236 | search_list_on_popup (GtkWidget *widget, gpointer user_data) |
1237 | { | 1237 | { |
1238 | GtkTreeView *tv; | 1238 | GtkTreeView *tv; |