Show datetime in standard inicator-applet
This commit is contained in:
parent
8580b762ef
commit
13185b2c75
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue