GNOME Bugzilla – Bug 624879
Remove GTK (>=2.22) deprecated GtkNotebookPage symbols
Last modified: 2010-08-10 17:01:21 UTC
In the following files: extensions/adblock/adblock-ui.c extensions/adblock/ephy-adblock-extension.c It would be needed to replace the occurrences of GtkNotebookPage with gpointer, as GtkNotebookPage is deprecated from GTK 2.22 on.
Created attachment 166242 [details] [review] Patch proposal Ataching a patch to fix this issue.
Created attachment 166244 [details] [review] Patch proposal While working on bug 624878, I've realized that a better approach would be to replace GtkNotebookPage with GtkWidget instead of gpointer, so I'm attaching a new patch now with that (small) change.
Review of attachment 166244 [details] [review]: Thanks! :)
(In reply to comment #3) > Review of attachment 166244 [details] [review]: > > Thanks! :) I don't have commit permission. Could you please commit it for me? Thanks!
Committed with a few additions. Thanks Mario.