diff --git a/ChangeLog b/ChangeLog index 7f00bc28e945e3934ebb3435b4f579c99879f355..39ede57b074c95129d290c7e09d6590cea1ba548 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 e85bf6f8ca804b9720643f60a4defe347601ee01..efa43c75e3e7a10329f6cd3211afea7be195a8c8 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 */