[Xfce4-commits] <postler:master> Call dexter-server instead of the old dexter -d

Christian Dywan noreply at xfce.org
Tue Dec 21 21:08:03 CET 2010


Updating branch refs/heads/master
         to 733cfd12f239c91b8cbf0855645f8a3b531e10fa (commit)
       from 9e2531cae02131daa1d00ad4d3c3ef1f16ae1fed (commit)

commit 733cfd12f239c91b8cbf0855645f8a3b531e10fa
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Dec 21 21:07:29 2010 +0100

    Call dexter-server instead of the old dexter -d

 postler/dexter.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/dexter.vala b/postler/dexter.vala
index d8a830b..28bad16 100644
--- a/postler/dexter.vala
+++ b/postler/dexter.vala
@@ -26,7 +26,7 @@ namespace Dexter {
                                               "org.elementary.dexterserver",
                                               "/org/elementary/dexterserver");
                 /* Ensure Dexter is running, ignore errors, without is fine */
-                Process.spawn_async (null, { "dexter", "-d" }, null,
+                Process.spawn_async (null, { "dexter-server" }, null,
                     SpawnFlags.SEARCH_PATH
                   | SpawnFlags.STDOUT_TO_DEV_NULL
                   | SpawnFlags.STDERR_TO_DEV_NULL,



More information about the Xfce4-commits mailing list