[gnome-photos] base-manager: Fix typo



commit 4bfee4f06571a3a04bb05f40e04526e4565a5aa8
Author: Debarshi Ray <debarshir gnome org>
Date:   Sat May 12 15:52:18 2012 +0200

    base-manager: Fix typo

 src/photos-base-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-base-manager.c b/src/photos-base-manager.c
index 8397917..a605404 100644
--- a/src/photos-base-manager.c
+++ b/src/photos-base-manager.c
@@ -228,7 +228,7 @@ photos_base_manager_get_filter (PhotosBaseManager *self)
 
   g_return_val_if_fail (PHOTOS_IS_FILTERABLE (priv->active_object), g_strdup (blank));
 
-  g_object_get (self, "id", &id, NULL);
+  g_object_get (priv->active_object, "id", &id, NULL);
   if (g_strcmp0 (id, "all") == 0)
     filter = photos_base_manager_get_all_filter (self);
   else



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