[Xfce4-commits] [xfce/thunar] 01/01: Thunar does not recover directories opened in a previous session (Bug #14969)
noreply at xfce.org
noreply at xfce.org
Fri Dec 28 22:50:33 CET 2018
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit a47b75cb8f01a83abb5f4aa81ba36b03fd4b2a3f
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Fri Dec 28 22:45:45 2018 +0100
Thunar does not recover directories opened in a previous session
(Bug #14969)
---
thunar/thunar-application.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/thunar/thunar-application.c b/thunar/thunar-application.c
index 87d7ea6..c5ea286 100644
--- a/thunar/thunar-application.c
+++ b/thunar/thunar-application.c
@@ -359,13 +359,13 @@ thunar_application_startup (GApplication *gapp)
G_CALLBACK (thunar_application_uevent), application);
#endif
- /* connect to the session manager */
- application->session_client = thunar_session_client_new (opt_sm_client_id);
-
thunar_application_dbus_init (application);
G_APPLICATION_CLASS (thunar_application_parent_class)->startup (gapp);
+ /* connect to the session manager */
+ application->session_client = thunar_session_client_new (opt_sm_client_id);
+
/* TODO: how do accel maps integrate with GAction/GMenu? Using GtkAction for now */
/* check if we have a saved accel map */
path = xfce_resource_lookup (XFCE_RESOURCE_CONFIG, ACCEL_MAP_PATH);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list