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 648620 - Displays panel triggers a critical when launched
Displays panel triggers a critical when launched
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Display
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-25 15:11 UTC by Cosimo Cecchi
Modified: 2011-04-26 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
display: Add vscroll/hscroll policy properties (2.96 KB, patch)
2011-04-26 12:16 UTC, Bastien Nocera
committed Details | Review

Description Cosimo Cecchi 2011-04-25 15:11:27 UTC
I get this critical when launching the Displays CC panel; probably it's not really critical, as the panel works fine, but it'd be good if we did not trigger any of these.

(lt-gnome-control-center:14563): GLib-GObject-CRITICAL **: Object class FooScrollArea doesn't implement property 'vscroll-policy' from interface 'GtkScrollable'

(lt-gnome-control-center:14563): GLib-GObject-CRITICAL **: Object class FooScrollArea doesn't implement property 'hscroll-policy' from interface 'GtkScrollable'
Comment 1 Bastien Nocera 2011-04-26 12:16:56 UTC
Created attachment 186648 [details] [review]
display: Add vscroll/hscroll policy properties

To kill the startup critical warnings.
Comment 2 Bastien Nocera 2011-04-26 12:17:43 UTC
Attachment 186648 [details] pushed as f3e41a5 - display: Add vscroll/hscroll policy properties