summaryrefslogtreecommitdiff
path: root/gtk/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/search.c')
-rw-r--r--gtk/search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/search.c b/gtk/search.c
index 2d735bf77..9582e25b3 100644
--- a/gtk/search.c
+++ b/gtk/search.c
@@ -45,7 +45,7 @@
* activate search forwards button in gui.
*
* \param active activate/inactivate
- * \param p the pointer sent to search_verify_new() / search_create_context()
+ * \param gw The gui window in which to activite the search button in.
*/
static void nsgtk_search_set_forward_state(bool active, struct gui_window *gw)
{
@@ -61,7 +61,7 @@ static void nsgtk_search_set_forward_state(bool active, struct gui_window *gw)
* activate search back button in gui.
*
* \param active activate/inactivate
- * \param p the pointer sent to search_verify_new() / search_create_context()
+ * \param gw The gui window in which to activite the search button in.
*/
static void nsgtk_search_set_back_state(bool active, struct gui_window *gw)
{