[gnome-contacts] Fix up typo in last commit
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Fix up typo in last commit
- Date: Wed, 31 Aug 2011 14:11:06 +0000 (UTC)
commit 50e64f5f68e0ca1809b7eac79781aed7550f8b53
Author: Alexander Larsson <alexl redhat com>
Date: Wed Aug 31 16:10:54 2011 +0200
Fix up typo in last commit
src/contacts-contact-pane.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 92d79f9..e11d707 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -1580,7 +1580,7 @@ public class Contacts.ContactPane : Grid {
grid.attach (scrolled, 0, 1, 1, 1);
var top_grid = new Grid ();
- top_grid.set_focus_vadjustment (main_scrolled.get_vadjustment ());
+ top_grid.set_focus_vadjustment (scrolled.get_vadjustment ());
top_grid.set_orientation (Orientation.VERTICAL);
scrolled.add_with_viewport (top_grid);
scrolled.get_child().get_style_context ().add_class ("contact-pane");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]