[meld] Fix typo in recent attribute access



commit 114d908ef75a95de5b7c679125640a064db14f25
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Thu Dec 20 05:45:02 2012 +1000

    Fix typo in recent attribute access

 meld/recent.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/recent.py b/meld/recent.py
index ee320d3..48510df 100644
--- a/meld/recent.py
+++ b/meld/recent.py
@@ -188,7 +188,7 @@ class RecentFiles(object):
                    gtk.RECENT_FILTER_DISPLAY_NAME: "display_name",
                    gtk.RECENT_FILTER_MIME_TYPE: "mime_type",
                    gtk.RECENT_FILTER_APPLICATION: "applications",
-                   gtk.RECENT_FILTER_GROUP: "group",
+                   gtk.RECENT_FILTER_GROUP: "groups",
                    gtk.RECENT_FILTER_AGE: "age"}
         needed = recent_filter.get_needed()
         attrs = [v for k, v in getters.iteritems() if needed & k]



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