diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-07-07 17:47:04 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-07 17:47:04 +0800 |
commit | e8b3d2b580063ee746e824664db6b37e69091132 (patch) | |
tree | fe3b76391fdb7d5c0414547606ea0a3b5fd87562 /src | |
parent | 0edd8d08c8c86cf93b61fe31474e81893f39a0bc (diff) | |
download | gsoc2013-epiphany-e8b3d2b580063ee746e824664db6b37e69091132.tar gsoc2013-epiphany-e8b3d2b580063ee746e824664db6b37e69091132.tar.gz gsoc2013-epiphany-e8b3d2b580063ee746e824664db6b37e69091132.tar.bz2 gsoc2013-epiphany-e8b3d2b580063ee746e824664db6b37e69091132.tar.lz gsoc2013-epiphany-e8b3d2b580063ee746e824664db6b37e69091132.tar.xz gsoc2013-epiphany-e8b3d2b580063ee746e824664db6b37e69091132.tar.zst gsoc2013-epiphany-e8b3d2b580063ee746e824664db6b37e69091132.zip |
Rewrite selection logic to be simpler and to fix bugs.
2003-07-07 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-autocompletion-window.c:
(ephy_autocompletion_window_finalize_impl),
(ephy_autocompletion_window_show), (move_selection),
(ephy_autocompletion_window_key_press_hack),
(ephy_autocompletion_window_hide):
Rewrite selection logic to be simpler and to
fix bugs.
* lib/widgets/ephy-spinner.c:
* lib/widgets/ephy-spinner.h:
Remove unused includes.
* src/toolbar.c:
Add missing include.
Diffstat (limited to 'src')
-rwxr-xr-x | src/toolbar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/toolbar.c b/src/toolbar.c index 0fdda294e..ab34d29ed 100755 --- a/src/toolbar.c +++ b/src/toolbar.c @@ -44,6 +44,7 @@ #include "eggtoolbar.h" #include <string.h> +#include <bonobo/bonobo-i18n.h> static void toolbar_class_init (ToolbarClass *klass); static void toolbar_init (Toolbar *t); |