After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 625884 - no more GtkNotebookPage in GTK+ 3.0
no more GtkNotebookPage in GTK+ 3.0
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: unknown
git master
Other Linux
: Normal trivial
: Anjuta 3.0
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks: 624653
 
 
Reported: 2010-08-02 22:46 UTC by André Klapper
Modified: 2010-09-30 16:52 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
Proposed patch (3.15 KB, patch)
2010-08-24 14:13 UTC, Evgeny Grablyk
committed Details | Review

Description André Klapper 2010-08-02 22:46:18 UTC
./plugins/class-gen/window.c:            G_GNUC_UNUSED GtkNotebookPage *page,
./plugins/message-view/anjuta-msgman.c:	 GtkNotebookPage * npage,
./plugins/document-manager/anjuta-docman.c:	GtkNotebookPage *page,
./plugins/document-manager/anjuta-docman.c:	GtkNotebookPage *notebook_page,
./libanjuta/anjuta-tabber.c:                    GtkNotebookPage* page,


GtkNotebookPage was removed in GTK+ 3.0, see:
bug 618327
http://git.gnome.org/browse/gtk+/commit/?id=04c54efe5cf13cccf9897c4b5d9bf9d364d1e078
http://git.gnome.org/browse/gtk+/commit/?id=828f5cbe2e04b60ec013df6fc33f7a5b537e6efd

Stats are at http://people.gnome.org/~fpeters/reports/gtknotebookpage.html
Comment 1 Evgeny Grablyk 2010-08-24 14:13:37 UTC
Created attachment 168647 [details] [review]
Proposed patch
Comment 2 Johannes Schmid 2010-08-24 14:19:46 UTC
Review of attachment 168647 [details] [review]:

Looks good thanks!

I don't want to commit that before gtk+ 2.22 stable is out so this will go into master after gnome-2-32 was branched off.
Comment 3 Javier Jardón (IRC: jjardon) 2010-09-30 16:51:55 UTC
Comment on attachment 168647 [details] [review]
Proposed patch

commit 5f14778c3dcf342dc8256668312e488891188329
Comment 4 Javier Jardón (IRC: jjardon) 2010-09-30 16:52:37 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.