From 1fe47ca95401f683618599a3c5682eed4dfec473 Mon Sep 17 00:00:00 2001 From: Melvin Hadasht Date: Sat, 15 Mar 2003 20:21:36 +0000 Subject: [PATCH] prefs_actions.c: fixed compilation warnings --- ChangeLog.claws | 6 ++++++ configure.ac | 2 +- src/prefs_actions.c | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index f88a2b3f5..b86e98fd8 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,5 +1,11 @@ +2003-03-15 [melvin] 0.8.11claws15 + + * src/prefs_actions.c + Fixed compilation warnings. + 2003-03-15 [melvin] 0.8.11claws14 + * src/plugins/Makefile.am * src/plugins/dillo_viewer/.cvsignore ** NEW ** * src/plugins/dillo_viewer/Makefile.am ** NEW ** * src/plugins/dillo_viewer/dillo_viewer.c ** NEW ** diff --git a/configure.ac b/configure.ac index 63a320625..e37f2e4a5 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=11 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws14 +EXTRA_VERSION=claws15 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/prefs_actions.c b/src/prefs_actions.c index df7742c3f..d19d390ba 100644 --- a/src/prefs_actions.c +++ b/src/prefs_actions.c @@ -125,7 +125,7 @@ struct _ChildInfo struct _UserStringDialog { GtkWidget *dialog; - GtkEntry *entry; + GtkWidget *entry; gchar *user_str; }; @@ -1970,6 +1970,7 @@ static gchar *get_user_string(const gchar *action, ActionType type ) "action:\n%s"), action); break; default: + label_text = NULL; debug_print("Unsupported action type %d", type); } -- 2.25.1