Merge lp:~artmello/gsettings-ubuntu-touch-schemas/gsettings-ubuntu-touch-schemas-remove_notification_list_property into lp:gsettings-ubuntu-touch-schemas

Proposed by Arthur Mello
Status: Needs review
Proposed branch: lp:~artmello/gsettings-ubuntu-touch-schemas/gsettings-ubuntu-touch-schemas-remove_notification_list_property
Merge into: lp:gsettings-ubuntu-touch-schemas
Diff against target: 24 lines (+1/-7)
1 file modified
schemas/com.ubuntu.notifications.settings.gschema.xml.in.in (+1/-7)
To merge this branch: bzr merge lp:~artmello/gsettings-ubuntu-touch-schemas/gsettings-ubuntu-touch-schemas-remove_notification_list_property
Reviewer Review Type Date Requested Status
Ubuntu Touch System Settings Pending
Review via email: mp+301226@code.launchpad.net

Commit message

Remove property to control if application can use Notification list
Notification list will be always used if notifications are enabled for a given app

Description of the change

Remove property to control if application can use Notification list
Notification list will be always used if notifications are enabled for a given app

To post a comment you must log in.

Unmerged revisions

71. By Arthur Mello

Remove property to control if application can use Notification list
Notification list will be always used if notifications are enabled for a given app

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'schemas/com.ubuntu.notifications.settings.gschema.xml.in.in'
--- schemas/com.ubuntu.notifications.settings.gschema.xml.in.in 2016-06-30 19:32:51 +0000
+++ schemas/com.ubuntu.notifications.settings.gschema.xml.in.in 2016-07-26 21:27:33 +0000
@@ -22,6 +22,7 @@
22 <_summary>Notifications Enabled</_summary>22 <_summary>Notifications Enabled</_summary>
23 <_description>23 <_description>
24 Defines if application can use any supported notification type.24 Defines if application can use any supported notification type.
25 If enabled application will show messages in the Notification List.
25 This option has precedence over others options.26 This option has precedence over others options.
26 </_description>27 </_description>
27 </key>28 </key>
@@ -46,12 +47,5 @@
46 Defines if application can use Notification Bubbles to notify users.47 Defines if application can use Notification Bubbles to notify users.
47 </_description>48 </_description>
48 </key>49 </key>
49 <key name='use-list-notifications' type='b'>
50 <default>true</default>
51 <_summary>List Notifications Enabled</_summary>
52 <_description>
53 Defines if application can show messages in the Notification List.
54 </_description>
55 </key>
56 </schema>50 </schema>
57</schemalist>51</schemalist>

Subscribers

People subscribed via source and target branches