From fb84537fbb023aba4ca69c71d408436834c945de Mon Sep 17 00:00:00 2001
From: Benedikt Meurer <benny@xfce.org>
Date: Mon, 13 Mar 2006 01:19:45 +0000
Subject: [PATCH] 2006-03-13	Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-location-button.c(thunar_location_button_init): Fix
	  misalignment of the file system icon. Reported by Pablo Hdez-M. Saiz
	  <homeless3d@gmail.com>.




(Old svn revision: 20377)
---
 ChangeLog                       | 6 ++++++
 thunar/thunar-location-button.c | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 7f00bc28e..39ede57b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-13	Benedikt Meurer <benny@xfce.org>
+
+	* thunar/thunar-location-button.c(thunar_location_button_init): Fix
+	  misalignment of the file system icon. Reported by Pablo Hdez-M. Saiz
+	  <homeless3d@gmail.com>.
+
 2006-03-13	Benedikt Meurer <benny@xfce.org>
 
 	* thunar/thunar-permissions-chooser.c
diff --git a/thunar/thunar-location-button.c b/thunar/thunar-location-button.c
index e85bf6f8c..efa43c75e 100644
--- a/thunar/thunar-location-button.c
+++ b/thunar/thunar-location-button.c
@@ -298,7 +298,7 @@ thunar_location_button_init (ThunarLocationButton *location_button)
 
   /* create the button image */
   location_button->image = gtk_image_new ();
-  gtk_box_pack_start (GTK_BOX (hbox), location_button->image, FALSE, FALSE, 0);
+  gtk_box_pack_start (GTK_BOX (hbox), location_button->image, TRUE, FALSE, 0);
   gtk_widget_show (location_button->image);
 
   /* create the button label */
-- 
GitLab