Skip to content
Snippets Groups Projects
Commit e2b75bb2 authored by Andre Miranda's avatar Andre Miranda Committed by Andre Miranda
Browse files

Fix d-bus method display-file-properties

parent 8808d7dd
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment