diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-19 01:59:57 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-20 02:07:22 +0800 |
commit | 90e79ffec92b47fbc6ad8b575b9691b1f7621f3b (patch) | |
tree | b7242ebaf9f6792a7253fb280e030ac7454029be /src/ephy-toolbar.h | |
parent | 653966c7a52cd037dd86623f85ffdd7fcd47b822 (diff) | |
download | gsoc2013-epiphany-90e79ffec92b47fbc6ad8b575b9691b1f7621f3b.tar gsoc2013-epiphany-90e79ffec92b47fbc6ad8b575b9691b1f7621f3b.tar.gz gsoc2013-epiphany-90e79ffec92b47fbc6ad8b575b9691b1f7621f3b.tar.bz2 gsoc2013-epiphany-90e79ffec92b47fbc6ad8b575b9691b1f7621f3b.tar.lz gsoc2013-epiphany-90e79ffec92b47fbc6ad8b575b9691b1f7621f3b.tar.xz gsoc2013-epiphany-90e79ffec92b47fbc6ad8b575b9691b1f7621f3b.tar.zst gsoc2013-epiphany-90e79ffec92b47fbc6ad8b575b9691b1f7621f3b.zip |
entry: make EphyLocationEntry a GtkEntry
Instead of a GtkToolItem. A future commit will move the code in
EphyLocationAction not to be a GtkAction, which is why this was a
GtkToolItem in the first place.
https://bugzilla.gnome.org/show_bug.cgi?id=668206
Diffstat (limited to 'src/ephy-toolbar.h')
-rw-r--r-- | src/ephy-toolbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-toolbar.h b/src/ephy-toolbar.h index 2ecc97f4e..d1d26b85a 100644 --- a/src/ephy-toolbar.h +++ b/src/ephy-toolbar.h @@ -57,6 +57,8 @@ GType ephy_toolbar_get_type (void) G_GNUC_CONST; GtkWidget *ephy_toolbar_new (EphyWindow *window); +GtkWidget *ephy_toolbar_get_location_entry (EphyToolbar *toolbar); + G_END_DECLS #endif /* EPHY_TOOLBAR_H */ |