diff options
author | Xan Lopez <xan@igalia.com> | 2012-08-07 22:11:30 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-08-07 22:11:30 +0800 |
commit | ec5afea3366a6aed8ba8941fc863d004006eb7d7 (patch) | |
tree | 51c9106877a7925a2a32110f96b903be389c0983 | |
parent | cfc53d5031ec5232f834281882afa0758e09e567 (diff) | |
download | gsoc2013-epiphany-ec5afea3366a6aed8ba8941fc863d004006eb7d7.tar.gz gsoc2013-epiphany-ec5afea3366a6aed8ba8941fc863d004006eb7d7.tar.zst gsoc2013-epiphany-ec5afea3366a6aed8ba8941fc863d004006eb7d7.zip |
ephy-location-entry: small cleanups
-rw-r--r-- | 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 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, |