[gnome-logs/wip/batching: 13/14] Return early when selecting a category



commit c9ee54d4d09cc84be51a0707136ae7e9d280c195
Author: David King <davidk gnome org>
Date:   Mon Mar 3 13:19:11 2014 +0000

    Return early when selecting a category

 src/gl-categorylist.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gl-categorylist.c b/src/gl-categorylist.c
index cf406c0..f8b947b 100644
--- a/src/gl-categorylist.c
+++ b/src/gl-categorylist.c
@@ -94,6 +94,7 @@ on_gl_category_list_row_selected (GlCategoryList *listbox,
         /* TODO: Investigate whether this only happens during dispose. */
         g_debug ("%s",
                  "Category list row selected while not in a toplevel");
+        return;
     }
 
     eclass = g_type_class_ref (GL_TYPE_EVENT_VIEW_FILTER);


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