summaryrefslogtreecommitdiff
path: root/gtk/dialogs
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-01-29 23:40:22 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-01-29 23:40:22 +0000
commit42f89d4e0b35bbe768918305b624e20ef654d619 (patch)
treede555d8fc6dcf8c1ed61c73301552bf0a9e06b8e /gtk/dialogs
parentcd5950936ade8320f3801ed213df41153e573f8b (diff)
downloadnetsurf-42f89d4e0b35bbe768918305b624e20ef654d619.tar.gz
netsurf-42f89d4e0b35bbe768918305b624e20ef654d619.tar.bz2
fixup gtk source file names
svn path=/trunk/netsurf/; revision=11529
Diffstat (limited to 'gtk/dialogs')
-rw-r--r--gtk/dialogs/about.c (renamed from gtk/dialogs/gtk_about.c)4
-rw-r--r--gtk/dialogs/about.h (renamed from gtk/dialogs/gtk_about.h)0
-rw-r--r--gtk/dialogs/options.c (renamed from gtk/dialogs/gtk_options.c)11
-rw-r--r--gtk/dialogs/options.h (renamed from gtk/dialogs/gtk_options.h)0
-rw-r--r--gtk/dialogs/source.c (renamed from gtk/dialogs/gtk_source.c)13
-rw-r--r--gtk/dialogs/source.h (renamed from gtk/dialogs/gtk_source.h)0
6 files changed, 15 insertions, 13 deletions
diff --git a/gtk/dialogs/gtk_about.c b/gtk/dialogs/about.c
index eb7417127..14ddf624c 100644
--- a/gtk/dialogs/gtk_about.c
+++ b/gtk/dialogs/about.c
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "gtk/gtk_gui.h"
-#include "gtk/dialogs/gtk_about.h"
+#include "gtk/gui.h"
+#include "gtk/dialogs/about.h"
#include "desktop/browser.h"
GtkAboutDialog* about_dialog;
diff --git a/gtk/dialogs/gtk_about.h b/gtk/dialogs/about.h
index e34a7bff7..e34a7bff7 100644
--- a/gtk/dialogs/gtk_about.h
+++ b/gtk/dialogs/about.h
diff --git a/gtk/dialogs/gtk_options.c b/gtk/dialogs/options.c
index dae0c8581..0587c3cae 100644
--- a/gtk/dialogs/gtk_options.c
+++ b/gtk/dialogs/options.c
@@ -26,15 +26,16 @@
#include <math.h>
#include <gtk/gtk.h>
#include <glade/glade.h>
+
#include "desktop/options.h"
#include "desktop/print.h"
#include "desktop/searchweb.h"
#include "gtk/options.h"
-#include "gtk/gtk_gui.h"
-#include "gtk/gtk_scaffolding.h"
-#include "gtk/gtk_theme.h"
-#include "gtk/dialogs/gtk_options.h"
-#include "gtk/gtk_window.h"
+#include "gtk/gui.h"
+#include "gtk/scaffolding.h"
+#include "gtk/theme.h"
+#include "gtk/dialogs/options.h"
+#include "gtk/window.h"
#include "utils/log.h"
#include "utils/utils.h"
#include "utils/messages.h"
diff --git a/gtk/dialogs/gtk_options.h b/gtk/dialogs/options.h
index 9f6602593..9f6602593 100644
--- a/gtk/dialogs/gtk_options.h
+++ b/gtk/dialogs/options.h
diff --git a/gtk/dialogs/gtk_source.c b/gtk/dialogs/source.c
index b7dec945b..7c58a014e 100644
--- a/gtk/dialogs/gtk_source.c
+++ b/gtk/dialogs/source.c
@@ -22,12 +22,13 @@
#include <unistd.h>
#include <gtk/gtk.h>
#include <glade/glade.h>
-#include "gtk/dialogs/gtk_source.h"
-#include "gtk/dialogs/gtk_about.h"
-#include "gtk/gtk_window.h"
-#include "gtk/gtk_gui.h"
-#include "gtk/gtk_print.h"
-#include "gtk/gtk_selection.h"
+
+#include "gtk/dialogs/source.h"
+#include "gtk/dialogs/about.h"
+#include "gtk/window.h"
+#include "gtk/gui.h"
+#include "gtk/print.h"
+#include "gtk/selection.h"
#include "gtk/options.h"
#include "desktop/netsurf.h"
#include "desktop/print.h"
diff --git a/gtk/dialogs/gtk_source.h b/gtk/dialogs/source.h
index fcba6b664..fcba6b664 100644
--- a/gtk/dialogs/gtk_source.h
+++ b/gtk/dialogs/source.h