diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-02 18:33:27 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-02 18:33:27 +0000 |
commit | 7e3d03f407be711d74844e4ec893e677cc57e261 (patch) | |
tree | 9f04ea0f23710e7c0988b1a85b8cc5c81c0ef30b | |
parent | 1bab689e627882afa76876410c2a0f8be373515d (diff) | |
download | gnunet-gtk-7e3d03f407be711d74844e4ec893e677cc57e261.tar.gz gnunet-gtk-7e3d03f407be711d74844e4ec893e677cc57e261.zip |
-finishing file renaming fiesta
-rw-r--r-- | src/fs/Makefile.am | 4 | ||||
-rw-r--r-- | src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c (renamed from src/fs/gnunet-fs-gtk-main_window_namespace.c) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 0fc819d8..07935135 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am | |||
@@ -19,13 +19,13 @@ gnunet_fs_gtk_SOURCES = \ | |||
19 | gnunet-fs-gtk_download-save-as.c gnunet-fs-gtk_download-save-as.h \ | 19 | gnunet-fs-gtk_download-save-as.c gnunet-fs-gtk_download-save-as.h \ |
20 | gnunet-fs-gtk_event-handler.c gnunet-fs-gtk_event-handler.h \ | 20 | gnunet-fs-gtk_event-handler.c gnunet-fs-gtk_event-handler.h \ |
21 | gnunet-fs-gtk_main-window-meta-data-context-menu.c \ | 21 | gnunet-fs-gtk_main-window-meta-data-context-menu.c \ |
22 | gnunet-fs-gtk_main-window-namespace-dropdown.c \ | ||
22 | gnunet-fs-gtk_main-window-search.c \ | 23 | gnunet-fs-gtk_main-window-search.c \ |
23 | gnunet-fs-gtk_main-window-view-toggles.c \ | 24 | gnunet-fs-gtk_main-window-view-toggles.c \ |
24 | gnunet-fs-gtk_open-directory.c \ | 25 | gnunet-fs-gtk_open-directory.c \ |
25 | gnunet-fs-gtk_open-uri.c \ | 26 | gnunet-fs-gtk_open-uri.c \ |
26 | gnunet-fs-gtk_publish-dialog.c \ | 27 | gnunet-fs-gtk_publish-dialog.c \ |
27 | gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h \ | 28 | gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h |
28 | gnunet-fs-gtk-main_window_namespace.c | ||
29 | gnunet_fs_gtk_LDADD = \ | 29 | gnunet_fs_gtk_LDADD = \ |
30 | $(top_builddir)/src/lib/libgnunetgtk.la \ | 30 | $(top_builddir)/src/lib/libgnunetgtk.la \ |
31 | @GTK_LIBS@ \ | 31 | @GTK_LIBS@ \ |
diff --git a/src/fs/gnunet-fs-gtk-main_window_namespace.c b/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c index db724b9e..99b26575 100644 --- a/src/fs/gnunet-fs-gtk-main_window_namespace.c +++ b/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c | |||
@@ -19,8 +19,8 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | /** | 21 | /** |
22 | * @file src/fs/gnunet-fs-gtk-main_window_namespace.c | 22 | * @file src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c |
23 | * @author Christian Grothoff | 23 | * @author LRN |
24 | * @brief event handlers for the namespace selection dropdown box in the main window | 24 | * @brief event handlers for the namespace selection dropdown box in the main window |
25 | */ | 25 | */ |
26 | #include "gnunet-fs-gtk_common.h" | 26 | #include "gnunet-fs-gtk_common.h" |
@@ -473,4 +473,4 @@ GNUNET_GTK_main_window_realize_cb (GtkWidget * widget, gpointer user_data) | |||
473 | } | 473 | } |
474 | 474 | ||
475 | 475 | ||
476 | /* end of gnunet-fs-gtk-main_window_namespace.c */ | 476 | /* end of gnunet-fs-gtk_main-window-namespace-dropdown.c */ |