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 755769 - Fixed preferences deprecations
Fixed preferences deprecations
Status: RESOLVED FIXED
Product: swell-foop
Classification: Applications
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: swell-foop-maint
swell-foop-maint
Depends on:
Blocks:
 
 
Reported: 2015-09-29 02:52 UTC by Robert Roth
Modified: 2015-11-04 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixed preferences deprecations (4.11 KB, patch)
2015-09-29 02:52 UTC, Robert Roth
committed Details | Review

Description Robert Roth 2015-09-29 02:52:34 UTC
When opening the preferences dialog, several messages were logged to the 
console about deprecated properties. This patch updates the deprecated 
properties.
Comment 1 Robert Roth 2015-09-29 02:52:38 UTC
Created attachment 312340 [details] [review]
Fixed preferences deprecations
Comment 2 Michael Catanzaro 2015-09-29 03:17:23 UTC
Review of attachment 312340 [details] [review]:

::: data/preferences.ui
@@ -260,3 @@
                             <property name="receives_default">False</property>
                             <property name="use_underline">True</property>
-                            <property name="xalign">0</property>

Normally xalign=0 needs to be replaced with halign=left, but I tried your patch and the dialog looks the same as before, so... whatever. I don't pretend to understand. ;)
Comment 3 Robert Roth 2015-11-04 08:19:18 UTC
Ok. I am trying to keep it minimal, and if it works without, I will leave it that way :)

Attachment 312340 [details] pushed as bcacfc5 - Fixed preferences deprecations