Skip to content
Snippets Groups Projects
Commit 13185b2c authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Show datetime in standard inicator-applet

parent 8580b762
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment