[gitg] dash: fix separators
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] dash: fix separators
- Date: Thu, 14 Mar 2013 10:51:21 +0000 (UTC)
commit aa89de6ea9e2476e7d574600d0580cdd74f7defa
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu Mar 14 11:51:06 2013 +0100
dash: fix separators
libgitg-gtk/gitg-gtk-dash-view.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgitg-gtk/gitg-gtk-dash-view.vala b/libgitg-gtk/gitg-gtk-dash-view.vala
index a5da443..b7faa50 100644
--- a/libgitg-gtk/gitg-gtk-dash-view.vala
+++ b/libgitg-gtk/gitg-gtk-dash-view.vala
@@ -71,7 +71,7 @@ namespace GitgGtk
private void update_separator(ref Widget? separator, Widget widget, Widget? before_widget)
{
- if (before_widget != null && separator == null)
+ if (before_widget != null)
{
separator = new Separator(Orientation.HORIZONTAL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]