[seahorse] Fix function definition



commit aaed9690f94d433e1dbcf92632cf2b1aa37e4f22
Author: Adam Schreiber <sadam gnome org>
Date:   Wed May 13 13:24:40 2009 -0400

    Fix function definition
---
 libcryptui/cryptui-key-store.c |    4 ++--
 libcryptui/cryptui-key-store.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libcryptui/cryptui-key-store.c b/libcryptui/cryptui-key-store.c
index 06454dc..27bbe52 100644
--- a/libcryptui/cryptui-key-store.c
+++ b/libcryptui/cryptui-key-store.c
@@ -1137,13 +1137,13 @@ cryptui_key_store_get_selected_key (CryptUIKeyStore *ckstore, GtkTreeView *view)
  * cryptui_key_store_set_selected_key:
  * @ckstore: a libcryptui key store
  * @view: a GtkTreeView
- * @key: a libcryptui key
+ * @selkey: a libcryptui key
  *
  * Marks the given key as selected
  */
 void
 cryptui_key_store_set_selected_key (CryptUIKeyStore *ckstore, GtkTreeView *view,
-                                    const gchar *key)
+                                    const gchar *selkey)
 {
     GtkTreeModel* model = GTK_TREE_MODEL (ckstore->priv->store);
     GtkTreeSelection *sel;
diff --git a/libcryptui/cryptui-key-store.h b/libcryptui/cryptui-key-store.h
index cf32161..56f9c79 100644
--- a/libcryptui/cryptui-key-store.h
+++ b/libcryptui/cryptui-key-store.h
@@ -123,7 +123,7 @@ const gchar*        cryptui_key_store_get_selected_key      (CryptUIKeyStore *ck
 
 void                cryptui_key_store_set_selected_key      (CryptUIKeyStore *ckstore, 
                                                              GtkTreeView *view,
-                                                             const gchar *key);
+                                                             const gchar *selkey);
                                                              
 void                cryptui_key_store_set_search_mode       (CryptUIKeyStore *ckstore,
                                                              CryptUIKeyStoreMode mode);



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