[Galago-commits] r2885 - in trunk/notification-daemon: . data
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sat Jul 29 15:36:44 PDT 2006
Author: chipx86
Date: 2006-07-29 15:36:32 -0700 (Sat, 29 Jul 2006)
New Revision: 2885
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/data/notification-daemon.schemas.in
Log:
Fix a typo for the default value for stack location. It should have been "bottom_right," not "right_bottom." Closes ticket #57.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-07-29 10:48:31 UTC (rev 2884)
+++ trunk/notification-daemon/ChangeLog 2006-07-29 22:36:32 UTC (rev 2885)
@@ -1,3 +1,9 @@
+Sat Jul 29 15:35:44 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * data/notification-daemon.schemas.in:
+ - Fix a typo for the default value for stack location. It should have
+ been "bottom_right," not "right_bottom." Closes ticket #57.
+
Sat Jul 29 03:46:43 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* data/notification-daemon.schemas.in:
Modified: trunk/notification-daemon/data/notification-daemon.schemas.in
===================================================================
--- trunk/notification-daemon/data/notification-daemon.schemas.in 2006-07-29 10:48:31 UTC (rev 2884)
+++ trunk/notification-daemon/data/notification-daemon.schemas.in 2006-07-29 22:36:32 UTC (rev 2885)
@@ -6,7 +6,7 @@
<applyto>/apps/notification-daemon/popup_location</applyto>
<owner>notification-daemon</owner>
<type>string</type>
- <default>right_bottom</default>
+ <default>bottom_right</default>
<locale name="C">
<short>Popup location</short>
<long>Default popup location on the workspace for stack notifications. Allowed values: "top_left","top_right","bottom_left" and "bottom_right"</long>
More information about the galago-commits
mailing list