2007-05-31 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Thu, 31 May 2007 15:00:42 +0000 (15:00 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 31 May 2007 15:00:42 +0000 (15:00 +0000)
* src/modest-ui-actions.c: (modest_ui_actions_on_help):
        Initialize help_id to fix the build. Warnings are good.

pmo-trunk-r2012

ChangeLog2
src/modest-ui-actions.c

index c820e82..9830606 100644 (file)
@@ -1,5 +1,10 @@
 2007-05-31  Murray Cumming  <murrayc@murrayc.com>
 
+       * src/modest-ui-actions.c: (modest_ui_actions_on_help):
+       Initialize help_id to fix the build. Warnings are good.
+
+2007-05-31  Murray Cumming  <murrayc@murrayc.com>
+
        * src/widgets/modest-hbox-cell-renderer.c:
        (modest_hbox_cell_renderer_append):
        * src/widgets/modest-vbox-cell-renderer.c:
index c647076..605f7ac 100644 (file)
@@ -2781,7 +2781,7 @@ void
 modest_ui_actions_on_help (GtkAction *action, 
                           ModestWindow *win)
 {
-       const gchar *help_id;
+       const gchar *help_id = NULL;
 
        if (MODEST_IS_MAIN_WINDOW (win)) {
                const gchar *action_name;