[Xfce4-commits] [xfce/thunar] 01/01: Strip trailing spaces.
noreply at xfce.org
noreply at xfce.org
Mon Dec 1 21:47:45 CET 2014
This is an automated email from the git hooks/post-receive script.
nick pushed a commit to branch master
in repository xfce/thunar.
commit 5930b56210e6665198ecc4db8cb1764ea9200ae8
Author: Nick Schermer <nick at xfce.org>
Date: Mon Dec 1 21:47:18 2014 +0100
Strip trailing spaces.
But really this is just a test for the github mirror.
---
thunar/main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/thunar/main.c b/thunar/main.c
index 386f37a..082c761 100644
--- a/thunar/main.c
+++ b/thunar/main.c
@@ -103,7 +103,7 @@ thunar_delayed_exit_check (gpointer user_data)
/* don't call this function again */
return FALSE;
}
-
+
}
@@ -139,7 +139,7 @@ main (int argc, char **argv)
if (!g_thread_supported ())
g_thread_init (NULL);
#endif
-
+
/* get the startup notification id */
startup_id = g_getenv ("DESKTOP_STARTUP_ID");
@@ -302,7 +302,7 @@ error0:
* schedule an idle source which repeatedly checks whether we are done
* processing. Once we're done, it'll make the application quit if there
* are no open windows */
- g_idle_add_full (G_PRIORITY_LOW, thunar_delayed_exit_check,
+ g_idle_add_full (G_PRIORITY_LOW, thunar_delayed_exit_check,
g_object_ref (application), g_object_unref);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list