SVN: toys/rsget.pl/README.config

pawelz pawelz at pld-linux.org
Wed Jul 28 17:21:31 CEST 2010


Author: pawelz
Date: Wed Jul 28 17:21:30 2010
New Revision: 11725

Modified:
   toys/rsget.pl/README.config
Log:
- it is org.freedesktop.Notifications (note upper case N)


Modified: toys/rsget.pl/README.config
==============================================================================
--- toys/rsget.pl/README.config	(original)
+++ toys/rsget.pl/README.config	Wed Jul 28 17:21:30 2010
@@ -71,7 +71,7 @@
 #  $(size) - file size in bytes
 # All those variables are automatically quoted, so you _must__not_ quote them.
 # Examples:
-# * send nice dbus org.freedesktop.notifications message (some notification
+# * send nice dbus org.freedesktop.Notifications message (some notification
 #   deamons may not support those html tags):
 #postdownload = notify-send "rsget.pl: "$(name) "Finished downloading <a href='$PWD/"$(file)"'>"$(name)"</a> (size: <b>"$(size)"B</b>) from <tt>"$(source)"</tt>"
 #
@@ -92,7 +92,7 @@
 #  $(newuri) - unified URI
 #  $(getter) - name of the plugin
 # 
-# * send dbus org.freedesktop.notifications message
+# * send dbus org.freedesktop.Notifications message
 #list_link_new = notify-send "rsget.pl: " "Added "$(uri)" as "$(newuri)" for "$(getter)
 
 # Execute shell command if link wasn't recognized.
@@ -100,7 +100,7 @@
 # Recognized special variables:
 #  $(uri) - original URI
 #
-# * send dbus org.freedesktop.notifications message
+# * send dbus org.freedesktop.Notifications message
 #list_link_failed = notify-send "rsget.pl: " "Link "$(uri)" failed"
 
 # Execute shell command if download fails.
@@ -112,7 +112,7 @@
 #  $(interface) - interface used, if any
 #  $(command) - what rsget.pl was trying to do: check or get
 #
-# * send dbus org.freedesktop.notifications message
+# * send dbus org.freedesktop.Notifications message
 #download_fail = notify-send "rsget.pl: " $(uri)" download failed: "$(error)
 
 # update automatically from SVN (possibly dangerous, but very convenient):


More information about the pld-cvs-commit mailing list