[Xfce4-commits] [xfce/thunar] 34/46: Fix d-bus method display-file-properties
noreply at xfce.org
noreply at xfce.org
Tue Aug 15 02:35:42 CEST 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit e2b75bb216858f3577d5a23557165132d061d57d
Author: Andre Miranda <andre42m at gmail.com>
Date: Thu Jun 8 00:14:41 2017 -0300
Fix d-bus method display-file-properties
---
thunar/thunar-dbus-service.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/thunar/thunar-dbus-service.c b/thunar/thunar-dbus-service.c
index 5bf5336..f9956e0 100644
--- a/thunar/thunar-dbus-service.c
+++ b/thunar/thunar-dbus-service.c
@@ -289,6 +289,7 @@ thunar_dbus_service_init (ThunarDBusService *dbus_service)
"handle-display-chooser-dialog", thunar_dbus_service_display_chooser_dialog,
"handle-display-folder", thunar_dbus_service_display_folder,
"handle-display-folder-and-select", thunar_dbus_service_display_folder_and_select,
+ "handle-display-file-properties", thunar_dbus_service_display_file_properties,
"handle-launch", thunar_dbus_service_launch,
"handle-execute", thunar_dbus_service_execute,
"handle-display-preferences-dialog", thunar_dbus_service_display_preferences_dialog,
@@ -312,8 +313,7 @@ thunar_dbus_service_init (ThunarDBusService *dbus_service)
connect_signals_multiple (dbus_service->thunar, dbus_service,
"handle-bulk-rename", thunar_dbus_service_bulk_rename,
- "handle-terminate",
- thunar_dbus_service_terminate,
+ "handle-terminate", thunar_dbus_service_terminate,
NULL);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list