------------------------------------------------------------ revno: 365 fixes bugs: https://launchpad.net/bugs/972388 https://launchpad.net/bugs/972402 committer: Lionel Le Folgoc <[email protected]> branch nick: xubuntu-default-settings timestamp: Wed 2012-04-04 18:40:22 +0200 message: etc/xdg/xdg-xubuntu/xfce4/panel: replace clock with datetime (no visual change, the same format string is used). lp: #972388,#972402 added: etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc modified: debian/changelog etc/xdg/xdg-xubuntu/xfce4/panel/default.xml
-- lp:xubuntu-default-settings https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings. To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2012-03-30 21:46:35 +0000 +++ debian/changelog 2012-04-04 16:40:22 +0000 @@ -1,3 +1,10 @@ +xubuntu-default-settings (12.04.11) UNRELEASED; urgency=low + + * etc/xdg/xdg-xubuntu/xfce4/panel: replace clock with datetime (no visual + change, the same format string is used). lp: #972388,#972402 + + -- Lionel Le Folgoc <[email protected]> Wed, 04 Apr 2012 18:38:54 +0200 + xubuntu-default-settings (12.04.10) precise; urgency=low * Refreshed translations. === added file 'etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc' --- etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc 1970-01-01 00:00:00 +0000 +++ etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc 2012-04-04 16:40:22 +0000 @@ -0,0 +1,6 @@ +layout=2 +date_font=Droid Sans 10 +time_font=Droid Sans 10 +date_format=%a, %d %b %H:%M +time_format=%a, %d %b %H:%M + === modified file 'etc/xdg/xdg-xubuntu/xfce4/panel/default.xml' --- etc/xdg/xdg-xubuntu/xfce4/panel/default.xml 2011-04-01 20:17:55 +0000 +++ etc/xdg/xdg-xubuntu/xfce4/panel/default.xml 2012-04-04 16:40:22 +0000 @@ -81,11 +81,7 @@ <property name="plugin-6" type="string" value="separator"> <property name="style" type="uint" value="0"/> </property> - <property name="plugin-7" type="string" value="clock"> - <property name="digital-format" type="string" value="%a, %d %b %H:%M"/> - <property name="tooltip-format" type="string" value="%A %d %B %Y/%V"/> - <property name="command" type="string" value="orage"/> - </property> + <property name="plugin-7" type="string" value="datetime"/> <property name="plugin-8" type="string" value="separator"> <property name="style" type="uint" value="0"/> </property>
_______________________________________________ Mailing list: https://launchpad.net/~xubuntu-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~xubuntu-dev More help : https://help.launchpad.net/ListHelp

