[epiphany] ephy-location-entry: small cleanups



commit ec5afea3366a6aed8ba8941fc863d004006eb7d7
Author: Xan Lopez <xan igalia com>
Date:   Tue Aug 7 16:11:30 2012 +0200

    ephy-location-entry: small cleanups

 lib/widgets/ephy-location-entry.c |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 4496418..a812845 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -22,20 +22,19 @@
  */
 
 #include "config.h"
-
 #include "ephy-location-entry.h"
-#include "ephy-signal-accumulator.h"
-#include "ephy-dnd.h"
+
+#include "ephy-about-handler.h"
 #include "ephy-debug.h"
+#include "ephy-dnd.h"
 #include "ephy-gui.h"
-#include "ephy-about-handler.h"
+#include "ephy-signal-accumulator.h"
 
-#include <glib/gi18n.h>
 #include <gdk/gdkkeysyms.h>
+#include <glib/gi18n.h>
 #include <gtk/gtk.h>
-#include <webkit/webkit.h>
-
 #include <string.h>
+#include <webkit/webkit.h>
 
 /**
  * SECTION:ephy-location-entry
@@ -88,8 +87,6 @@ static const GtkTargetEntry url_drag_types [] =
 	{ EPHY_DND_TEXT_TYPE,       0, 2 }
 };
 
-static void ephy_location_entry_class_init (EphyLocationEntryClass *klass);
-static void ephy_location_entry_init (EphyLocationEntry *le);
 static gboolean ephy_location_entry_reset_internal (EphyLocationEntry *, gboolean);
 
 static void textcell_data_func (GtkCellLayout *cell_layout,



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