Show datetime in standard inicator-applet

This commit is contained in:
Rubén Rodríguez 2014-07-22 20:13:55 +02:00
parent 8580b762ef
commit 13185b2c75

View file

@ -17,7 +17,8 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=2
VERSION=3
COMPONENT=main
. ./config
@ -61,6 +62,10 @@ cat << EOF | patch -p1
return menuitem;
EOF
# Show datetime in standard applet
sed '/datetime/,/}/d' -i src/applet-main.c
changelog "Fixes LP:965953"
compile