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 625883 - no more GtkNotebookPage in GTK+ 3.0
no more GtkNotebookPage in GTK+ 3.0
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks: 624653
 
 
Reported: 2010-08-02 22:43 UTC by André Klapper
Modified: 2011-11-11 10:03 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
no more GtkNotebookPage in GTK+ (1.23 KB, patch)
2010-09-30 16:43 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review

Description André Klapper 2010-08-02 22:43:28 UTC
./src/callbacks.cpp:cb_switch_page (GtkNotebook *nb, GtkNotebookPage *page,
./src/callbacks.h:void	cb_switch_page (GtkNotebook *nb, 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 Javier Jardón (IRC: jjardon) 2010-09-30 16:43:43 UTC
Created attachment 171443 [details] [review]
no more GtkNotebookPage in GTK+
Comment 2 Chris Kühl 2011-01-26 11:23:32 UTC
I've applied this to the gtk3 branch.
Comment 3 Chris Kühl 2011-01-27 14:00:44 UTC
Review of attachment 171443 [details] [review]:

Thanks. Committed to the gtk3 branch.
Comment 4 Chris Kühl 2011-02-11 15:45:00 UTC
This is now in master.