[blam/gtk-builder: 55/56] Load the item store when we launch
- From: Carlos Martín Nieto <cmartin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [blam/gtk-builder: 55/56] Load the item store when we launch
- Date: Sun, 6 Oct 2013 17:37:33 +0000 (UTC)
commit 4d9f193e64d380c98a871d2b9cea3bd62801e941
Author: Carlos Martín Nieto <cmn dwim me>
Date: Sun Oct 6 17:51:59 2013 +0200
Load the item store when we launch
src/Blam.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/Blam.cs b/src/Blam.cs
index ff20f42..fb337f3 100644
--- a/src/Blam.cs
+++ b/src/Blam.cs
@@ -8,6 +8,7 @@ namespace Blam
{
using Channel = Imendio.Blam.Channel;
using IChannel = Imendio.Blam.IChannel;
+ using ItemStore = Imendio.Blam.ItemStore;
public class BlamApplication
{
@@ -24,6 +25,8 @@ namespace Blam
public BlamApplication()
{
+ ItemStore.Load();
+
var bld = new Builder();
bld.AddFromFile("/home/carlos/progs/blam/blam/src/blam.ui");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]