[geary] Fixed revert in last commit
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] Fixed revert in last commit
- Date: Tue, 4 Feb 2014 20:08:55 +0000 (UTC)
commit 35a8a397f13900ed3fc3f001e63f55401a52ec9b
Author: Jim Nelson <jim yorba org>
Date: Tue Feb 4 12:08:25 2014 -0800
Fixed revert in last commit
Code was added, not replaced.
src/client/components/pill-toolbar.vala | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/client/components/pill-toolbar.vala b/src/client/components/pill-toolbar.vala
index 6a094b1..6f363c9 100644
--- a/src/client/components/pill-toolbar.vala
+++ b/src/client/components/pill-toolbar.vala
@@ -78,12 +78,9 @@ public class PillToolbar : Gtk.Toolbar {
box.get_style_context().add_class(Gtk.STYLE_CLASS_LINKED);
}
- foreach(Gtk.Button button in buttons)
- box.add(button);
-
int i = 0;
foreach(Gtk.Button button in buttons) {
- box.add(button);
+ box.add(button);
// Place the right spacer on the button itself. This way if the button is not displayed,
// the spacer will not appear.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]