From d73e3bb581deb1e1b9645780785bc78af3796b41 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 20 Sep 2007 02:43:17 +0000 Subject: removed all warnings output with -Wall. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d --- src/editbook.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/editbook.c') diff --git a/src/editbook.c b/src/editbook.c index 865aea06..9f935bde 100644 --- a/src/editbook.c +++ b/src/editbook.c @@ -133,9 +133,11 @@ static void edit_book_enable_buttons( gboolean enable ) { /* gtk_widget_set_sensitive( addrbookedit_dlg.file_btn, enable ); */ } +#if 0 static void edit_book_name_focus( GtkWidget *widget, GdkEventFocus *event, gpointer data) { edit_book_status_show( "" ); } +#endif static gchar *edit_book_guess_file( AddressBookFile *abf ) { gchar *newFile = NULL; -- cgit v1.2.3