[Xfce4-commits] [xfce/thunar] 20/46: loaction bar modernization: Fixup check, dist, distcheck, and a nasty segfault
noreply at xfce.org
noreply at xfce.org
Tue Aug 15 02:35:28 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 e20129de9683d7094d6f8609b40dac422d21529e
Author: Jonas Kümmerlin <rgcjonas at gmail.com>
Date: Thu Aug 27 11:33:44 2015 +0200
loaction bar modernization: Fixup check, dist, distcheck, and a nasty segfault
---
po/POTFILES.in | 1 -
thunar/Makefile.am | 1 -
thunar/thunar-window.c | 2 +-
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8a02bc0..44e0d4e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -46,7 +46,6 @@ thunar/thunar-list-model.c
thunar/thunar-location-bar.c
thunar/thunar-location-button.c
thunar/thunar-location-buttons.c
-thunar/thunar-location-dialog.c
thunar/thunar-location-entry.c
thunar/thunar-notify.c
thunar/thunar-misc-jobs.c
diff --git a/thunar/Makefile.am b/thunar/Makefile.am
index 00f6bd6..86cd09d 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -377,7 +377,6 @@ EXTRA_DIST = \
thunar-dbus-service-infos.xml \
thunar-details-view-ui.xml \
thunar-launcher-ui.xml \
- thunar-location-buttons-ui.xml \
thunar-marshal.list \
thunar-renamer-dialog-ui.xml \
thunar-standard-view-ui.xml \
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 229b289..2995a77 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -923,7 +923,7 @@ thunar_window_init (ThunarWindow *window)
g_free (last_location_bar);
/* setup setting the location bar visibility on-demand */
- g_signal_connect_swapped (G_OBJECT (window->preferences), "notify::last-location-bar", G_CALLBACK (thunar_window_update_location_bar_visible), window);
+ g_signal_connect_object (G_OBJECT (window->preferences), "notify::last-location-bar", G_CALLBACK (thunar_window_update_location_bar_visible), window, G_CONNECT_SWAPPED);
thunar_window_update_location_bar_visible (window);
/* determine the selected side pane (FIXME: Should probably be last-shortcuts-visible and last-tree-visible preferences) */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list