[gnome-contacts] Chain up to GApplication.startup()
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Chain up to GApplication.startup()
- Date: Tue, 29 Nov 2011 12:41:09 +0000 (UTC)
commit 744e00db092a20a525c160669d8b4565fc134042
Author: Alexander Larsson <alexl redhat com>
Date: Tue Nov 29 12:23:02 2011 +0100
Chain up to GApplication.startup()
This fixes a warning message about this.
src/contacts-app.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 134117d..4daf9d9 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -132,6 +132,7 @@ public class Contacts.App : Gtk.Application {
public override void startup () {
ensure_eds_accounts ();
contacts_store = new Store ();
+ base.startup ();
}
public override void activate () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]