--- panel-plugin/weather-summary.c 2009-06-13 03:38:38.000000000 -0400 +++ panel-plugin/weather-summary.c~ 2009-06-15 19:36:30.197056402 -0400 @@ -539,10 +539,10 @@ gint response, GtkWidget *window) { - if (response == GTK_RESPONSE_ACCEPT) - gtk_widget_destroy(window); - else + if (response == GTK_RESPONSE_HELP) g_spawn_command_line_async ("exo-open --launch WebBrowser " PLUGIN_WEBSITE, NULL); + else + gtk_widget_destroy(window); } GtkWidget *