aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-08-07 22:11:30 +0800
committerXan Lopez <xan@igalia.com>2012-08-07 22:11:30 +0800
commitec5afea3366a6aed8ba8941fc863d004006eb7d7 (patch)
tree51c9106877a7925a2a32110f96b903be389c0983 /lib
parentcfc53d5031ec5232f834281882afa0758e09e567 (diff)
downloadgsoc2013-epiphany-ec5afea3366a6aed8ba8941fc863d004006eb7d7.tar
gsoc2013-epiphany-ec5afea3366a6aed8ba8941fc863d004006eb7d7.tar.gz
gsoc2013-epiphany-ec5afea3366a6aed8ba8941fc863d004006eb7d7.tar.bz2
gsoc2013-epiphany-ec5afea3366a6aed8ba8941fc863d004006eb7d7.tar.lz
gsoc2013-epiphany-ec5afea3366a6aed8ba8941fc863d004006eb7d7.tar.xz
gsoc2013-epiphany-ec5afea3366a6aed8ba8941fc863d004006eb7d7.tar.zst
gsoc2013-epiphany-ec5afea3366a6aed8ba8941fc863d004006eb7d7.zip
ephy-location-entry: small cleanups
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-location-entry.c15
1 files changed, 6 insertions, 9 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 449641866..a812845fa 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,