[anjal] Fix a compiler warning.



commit 73cb3be7e13e8e1c8829532652b479720105ea7f
Author: Srinivasa Ragavan <sragavan gnome org>
Date:   Wed Jan 20 15:59:15 2010 +0530

    Fix a compiler warning.

 src/mail-capplet-shell.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/mail-capplet-shell.c b/src/mail-capplet-shell.c
index 15ef90a..634115f 100644
--- a/src/mail-capplet-shell.c
+++ b/src/mail-capplet-shell.c
@@ -248,12 +248,14 @@ ms_show_post_druid (MailViewChild *mfv G_GNUC_UNUSED,
 
 #define PACK_IN_TOOL(wid,icon)	{ GtkWidget *tbox; tbox = gtk_hbox_new (FALSE, 0); gtk_box_pack_start ((GtkBox *)tbox, gtk_image_new_from_icon_name(icon, GTK_ICON_SIZE_BUTTON), FALSE, FALSE, 0); wid = (GtkWidget *)gtk_tool_button_new (tbox, NULL); }
 
+#if 0
 static void
 handle_cmdline (MailView *mv, MailCappletShell *shell)
 {
 	g_signal_handlers_block_by_func (mv, handle_cmdline, shell);
 	mail_capplet_shell_handle_cmdline (shell);
 }
+#endif
 
 void
 mail_capplet_shell_construct (MailCappletShell *shell, int socket_id)



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