slitaz-tools diff tinyutils/desktopbox @ rev 508

Gettextized tazctrlbox, add pot file and up Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Fri Oct 22 23:58:51 2010 +0200 (2010-10-22)
parents e9ddf09500d2
children 5fd45a76f488
line diff
     1.1 --- a/tinyutils/desktopbox	Wed May 06 16:38:10 2009 +0000
     1.2 +++ b/tinyutils/desktopbox	Fri Oct 22 23:58:51 2010 +0200
     1.3 @@ -35,7 +35,6 @@
     1.4    new-folder   Create a new folder on the desktop with mkdir.
     1.5    new-file     Create a new empty file or SHell script on the desktop.
     1.6    add-icons    Add a system icon to the desktop.
     1.7 -  calendar     Display a calendar under mouse pointer.
     1.8    notify       Display a notification message (center/no decoration).
     1.9                 Ex: `basename $0` notify \"Message to display\" 4
    1.10    autostart    Manage autostarted applications with Openbox.
    1.11 @@ -244,11 +243,6 @@
    1.12  </vbox>
    1.13  </window>'
    1.14  		export DESKTOP_DIALOG=${DESKTOP_DIALOG}${ACTIONS} ;;
    1.15 -	calendar)
    1.16 -		# Calendar using glade file.
    1.17 -		#
    1.18 -		gtkdialog --glade-xml=$GLADE_XML/calendar.glade \
    1.19 -        	--program=MAIN_WINDOW ;;
    1.20  	logout)
    1.21  		# X session/system logout.
    1.22  		#