[nautilus-actions] nact_match_list_on_selection_changed: fix typo on a comment



commit 891249f18fa81ecc91e76bc0bb5e03f881710e2a
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Dec 15 00:03:45 2011 +0100

    nact_match_list_on_selection_changed: fix typo on a comment

 ChangeLog                  |    3 +++
 src/nact/nact-match-list.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 90cd672..e16852a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-12-14 Pierre Wieser <pwieser trychlos org>
 
+	* src/nact/nact-match-list.c (nact_match_list_on_selection_changed):
+	Fix typo in the comment.
+
 	* src/nact/nact-export-format.c (draw_in_vbox): Increment spacing.
 
 2011-12-13 Pierre Wieser <pwieser trychlos org>
diff --git a/src/nact/nact-match-list.c b/src/nact/nact-match-list.c
index 42c670f..9a49b66 100644
--- a/src/nact/nact-match-list.c
+++ b/src/nact/nact-match-list.c
@@ -303,7 +303,7 @@ nact_match_list_init_view( BaseWindow *window, const gchar *tab_name )
  * @tab_name: a string constant which identifies this page.
  * @count_selected: count of selected items in the #NactIActionsList list view.
  *
- * Called at instance_dispose time.
+ * Called each time the selection changes in the Actions tree view.
  *
  * Basically we are using here a rather common scheme:
  * - object has a GSList of strings, each of one being a filter description,



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