[gnome-contacts] Remove unused separator in search toolbar
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Remove unused separator in search toolbar
- Date: Tue, 14 Feb 2012 10:46:58 +0000 (UTC)
commit d85a6f8060c979ac050b3a17c72b74dd9880a541
Author: Alexander Larsson <alexl redhat com>
Date: Tue Feb 14 11:46:35 2012 +0100
Remove unused separator in search toolbar
https://bugzilla.gnome.org/show_bug.cgi?id=669571
src/contacts-list-pane.vala | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index 4620602..384ebe5 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -126,10 +126,6 @@ public class Contacts.ListPane : Frame {
search_entry_item.add (filter_entry);
toolbar.add (search_entry_item);
- var separator = new SeparatorToolItem ();
- separator.set_draw (false);
- toolbar.add (separator);
-
this.set_size_request (315, -1);
this.set_hexpand (false);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]