[anjal] Fix a potential compiler error.



commit 5e0792f58d37a1ce5c04ecdf55b275b2262d212c
Author: Srinivasa Ragavan <sragavan gnome org>
Date:   Tue Jan 19 16:20:29 2010 +0530

    Fix a potential compiler error.

 src/module/anjal-shell-view-actions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/module/anjal-shell-view-actions.c b/src/module/anjal-shell-view-actions.c
index 8875082..37fb68c 100644
--- a/src/module/anjal-shell-view-actions.c
+++ b/src/module/anjal-shell-view-actions.c
@@ -290,9 +290,9 @@ action_mail_search_cb (GtkRadioAction *action,
 
 	shell_view = E_SHELL_VIEW (mail_shell_view);
 	shell_content = e_shell_view_get_shell_content (shell_view);
-
+/*
 	search_hint = gtk_action_get_label (GTK_ACTION (current));
-	e_shell_content_set_search_hint (shell_content, search_hint);
+	e_shell_content_set_search_hint (shell_content, search_hint); */
 }
 
 static void



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