[gnome-photos] base-manager: Fix typo
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] base-manager: Fix typo
- Date: Sat, 12 May 2012 16:10:32 +0000 (UTC)
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]