Merge lp:~ken-vandine/gwibber/mentions_only into lp:gwibber

Proposed by Ken VanDine
Status: Merged
Merged at revision: 1261
Proposed branch: lp:~ken-vandine/gwibber/mentions_only
Merge into: lp:gwibber
Diff against target: 21 lines (+2/-2)
1 file modified
data/org.gwibber.gschema.xml.in.in (+2/-2)
To merge this branch: bzr merge lp:~ken-vandine/gwibber/mentions_only
Reviewer Review Type Date Requested Status
David Klasinc (community) Approve
Review via email: mp+92584@code.launchpad.net

Description of the change

Change default notifications settings to mentions only, defaulting to notifications for everything can really generate a lot of notify-osd noise. So much that more important notifications could get delayed, like an IM.

To post a comment you must log in.
Revision history for this message
David Klasinc (bigwhale) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/org.gwibber.gschema.xml.in.in'
2--- data/org.gwibber.gschema.xml.in.in 2011-11-01 12:36:55 +0000
3+++ data/org.gwibber.gschema.xml.in.in 2012-02-10 21:30:23 +0000
4@@ -29,7 +29,7 @@
5 </key>
6
7 <key name="notify-mentions-only" type="b">
8- <default>false</default>
9+ <default>true</default>
10 <_summary>Mentions and replies only</_summary>
11 <_description>
12 Display notifications for mentions and replies only
13@@ -37,7 +37,7 @@
14 </key>
15
16 <key name="show-notifications" type="b">
17- <default>true</default>
18+ <default>false</default>
19 <_summary>All messages</_summary>
20 <_description>
21 Display notifications for all messages