Merge lp:~seb128/unity-control-center/clean-deprecations-warnings into lp:unity-control-center

Proposed by Sebastien Bacher
Status: Merged
Approved by: Iain Lane
Approved revision: 12803
Merged at revision: 12805
Proposed branch: lp:~seb128/unity-control-center/clean-deprecations-warnings
Merge into: lp:unity-control-center
Diff against target: 39 lines (+5/-7)
1 file modified
shell/shell.ui (+5/-7)
To merge this branch: bzr merge lp:~seb128/unity-control-center/clean-deprecations-warnings
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+248354@code.launchpad.net

Commit message

shell: don't use deprecated properties, avoid runtime warnings

Description of the change

shell: don't use deprecated properties, avoid runtime warnings

To post a comment you must log in.
12803. By Sebastien Bacher

shell: don't use deprecated properties, avoid runtime warnings

Revision history for this message
Iain Lane (laney) wrote :

ok, there are loads more in other panels btw :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'shell/shell.ui'
2--- shell/shell.ui 2014-12-17 15:43:30 +0000
3+++ shell/shell.ui 2015-02-03 10:46:47 +0000
4@@ -26,22 +26,21 @@
5 <child>
6 <object class="GtkAlignment" id="alignment1">
7 <property name="visible">True</property>
8- <property name="top_padding">5</property>
9- <property name="bottom_padding">5</property>
10- <property name="left_padding">10</property>
11- <property name="right_padding">5</property>
12 <child>
13 <object class="GtkHBox" id="hbox1">
14 <property name="visible">True</property>
15+ <property name="margin-top">5</property>
16+ <property name="margin-bottom">5</property>
17+ <property name="margin-start">10</property>
18+ <property name="margin-end">5</property>
19 <child>
20 <object class="GtkAlignment" id="entry-alignment">
21 <property name="visible">True</property>
22- <property name="xalign">1</property>
23- <property name="xscale">0</property>
24 <child>
25 <object class="GtkBox" id="topright">
26 <property name="visible">True</property>
27 <property name="orientation">horizontal</property>
28+ <property name="halign">GTK_ALIGN_END</property>
29 <child>
30 <object class="GtkSearchEntry" id="search-entry">
31 <property name="width_request">210</property>
32@@ -94,7 +93,6 @@
33 <child>
34 <object class="GtkViewport" id="viewport">
35 <property name="visible">True</property>
36- <property name="resize_mode">queue</property>
37 <property name="shadow_type">none</property>
38 <child>
39 <object class="GtkVBox" id="main-vbox">

Subscribers

People subscribed via source and target branches