GNOME Bugzilla – Bug 641594
Chooser button label not shown right after creation
Last modified: 2011-02-07 00:05:39 UTC
The "Click to select device..." label is not shown unless the "device" property is set to NULL or to a valid address, so an empty button is shown and it is very small if it is not set to "fill".
Created attachment 180164 [details] Testcase showing empty label
commit bd37a1e00849606c5c4ed7e7725c239ac629beaa Author: Bastien Nocera <hadess@hadess.net> Date: Mon Feb 7 00:04:35 2011 +0000 lib: Fix button chooser's original label Make sure the device property is set by default when creating the object, so that the label is set as expected. https://bugzilla.gnome.org/show_bug.cgi?id=641594 commit 82b97d1e2fc2c2e9e8c32a955cd4be82cac0d427 Author: Bastien Nocera <hadess@hadess.net> Date: Mon Feb 7 00:00:44 2011 +0000 lib: Small fixes to chooser button There's no need to set the label on startup, if we don't already have one.