summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c')
-rw-r--r--www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c b/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c
new file mode 100644
index 000000000..7131e4332
--- /dev/null
+++ b/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c
@@ -0,0 +1,22 @@
+--- extensions/adblock/adblock-ui.c.orig 2010-08-19 08:56:01.000000000 +0200
++++ extensions/adblock/adblock-ui.c 2010-08-19 08:56:39.000000000 +0200
+@@ -65,7 +65,7 @@
+ struct _AdblockUIPrivate
+ {
+ GtkWidget *dialog;
+- GtkNotebook *notebook;
++ GtkWidget *notebook;
+
+ /* Pages */
+ InfoPage *pages[LAST_PAGE];
+@@ -347,8 +347,8 @@
+ }
+
+ static void
+-adblock_ui_switch_page (GtkNotebook *notebook,
+- GtkNotebookPage *page,
++adblock_ui_switch_page (GtkWidget *notebook,
++ GtkWidget *page,
+ guint page_num,
+ AdblockUI *dialog)
+ {