summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c
blob: 7131e43328fa29fa69048ff70c2f03dc3d127cf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)
 {