From 3dcb99fb9a43c4ce7cb9d059912db3e0eee63464 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 5 Feb 2019 11:02:15 -0500 Subject: [PATCH] Updated Notify_dbus (markdown) --- Notify_dbus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_dbus.md b/Notify_dbus.md index 513e266..0a7627c 100644 --- a/Notify_dbus.md +++ b/Notify_dbus.md @@ -18,7 +18,7 @@ There are currently no options you can specify for this kind of notification, so * **kde**:// * This is just an alias to qt:// for simplicity purposes. Like qt://, this explicitly only attempt to access the QT DBus (even if the GLib one is present). * **glib**:// - * This will explicitly only attempt to access the GLib DBus (even if the QT one is present). A gnome:// alias was not created as gnome:// is already handled using a more mature/newer approach defined * [[here|Notify_gnome]]. + * This will explicitly only attempt to access the GLib DBus (even if the QT one is present). A gnome:// alias was not created as gnome:// is already handled using a more mature/newer approach defined [[here|Notify_gnome]]. ### Parameter Breakdown There are no parameters at this time.