aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany.override
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-01 04:26:44 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-01 04:26:44 +0800
commitecbb52fc818c9d0487225f2f7e107c4be8992dd7 (patch)
tree0a3a6123256a530929454cb19d6f809a90a0a54a /src/epiphany.override
parent07dad62a75b485dfce9dbfbc972a47e8f6304619 (diff)
downloadgsoc2013-epiphany-ecbb52fc818c9d0487225f2f7e107c4be8992dd7.tar
gsoc2013-epiphany-ecbb52fc818c9d0487225f2f7e107c4be8992dd7.tar.gz
gsoc2013-epiphany-ecbb52fc818c9d0487225f2f7e107c4be8992dd7.tar.bz2
gsoc2013-epiphany-ecbb52fc818c9d0487225f2f7e107c4be8992dd7.tar.lz
gsoc2013-epiphany-ecbb52fc818c9d0487225f2f7e107c4be8992dd7.tar.xz
gsoc2013-epiphany-ecbb52fc818c9d0487225f2f7e107c4be8992dd7.tar.zst
gsoc2013-epiphany-ecbb52fc818c9d0487225f2f7e107c4be8992dd7.zip
Fix crash on "window.get_toolbar()". Fixes bug #170105.
2005-07-31 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.defs: * src/epiphany.override: Fix crash on "window.get_toolbar()". Fixes bug #170105.
Diffstat (limited to 'src/epiphany.override')
-rw-r--r--src/epiphany.override24
1 files changed, 20 insertions, 4 deletions
diff --git a/src/epiphany.override b/src/epiphany.override
index 7a0224d0e..f6b8d15b7 100644
--- a/src/epiphany.override
+++ b/src/epiphany.override
@@ -40,7 +40,6 @@ headers
#include "ephy-extensions-manager.h"
#include "ephy-history.h"
#include "ephy-lib-type-builtins.h"
-#include "ephy-loader.h"
#include "ephy-node-db.h"
#include "ephy-node.h"
#include "ephy-notebook.h"
@@ -54,6 +53,18 @@ headers
#include "ephy-type-builtins.h"
#include "ephy-window.h"
#include "ephy-link.h"
+#include "ephy-link-action.h"
+#include "egg-toolbars-model.h"
+#include "egg-editable-toolbar.h"
+#include "ephy-toolbars-model.h"
+#include "ephy-toolbar.h"
+#include "ephy-bookmarksbar-model.h"
+#include "ephy-bookmarksbar.h"
+#include "ephy-search-entry.h"
+#include "ephy-spinner.h"
+#include "ephy-location-action.h"
+#include "ephy-favicon-cache.h"
+#include "eggtypebuiltins.h"
void pyepiphany_register_classes (PyObject *d);
void pyepiphany_add_constants (PyObject *module, const gchar *strip_prefix);
@@ -156,12 +167,17 @@ _helper_wrap_boxed_gptrarray (GType type, GPtrArray *list, gboolean own_ref, gbo
%%
modulename epiphany
%%
-import gtk.Bin as PyGtkBin_Type
-import gtk.Window as PyGtkWindow_Type
-import gtk.UIManager as PyGtkUIManager_Type
import gtk.Widget as PyGtkWidget_Type
+import gtk.Bin as PyGtkBin_Type
+import gtk.VBox as PyGtkVBox_Type
import gtk.Statusbar as PyGtkStatusbar_Type
import gtk.Notebook as PyGtkNotebook_Type
+import gtk.Toolbar as PyGtkToolbar_Type
+import gtk.Entry as PyGtkEntry_Type
+import gtk.EventBox as PyGtkEventBox_Type
+import gtk.Window as PyGtkWindow_Type
+import gtk.Action as PyGtkAction_Type
+import gtk.UIManager as PyGtkUIManager_Type
import gobject.GObject as PyGObject_Type
%%
ignore-glob