[gnome-flashback] watcher: sn_watcher_new now has parameter



commit 94026020ab6e17e06688daee647a358040da711f
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Fri Jan 1 17:32:06 2016 +0200

    watcher: sn_watcher_new now has parameter

 gnome-flashback/libwatcher/gf-watcher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-flashback/libwatcher/gf-watcher.c b/gnome-flashback/libwatcher/gf-watcher.c
index 3e868c9..255fd44 100644
--- a/gnome-flashback/libwatcher/gf-watcher.c
+++ b/gnome-flashback/libwatcher/gf-watcher.c
@@ -55,7 +55,7 @@ gf_watcher_class_init (GfWatcherClass *watcher_class)
 static void
 gf_watcher_init (GfWatcher *watcher)
 {
-  watcher->watcher = sn_watcher_new ();
+  watcher->watcher = sn_watcher_new (SN_WATCHER_FLAGS_NONE);
 }
 
 GfWatcher *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]