diff options
author | Alessio Treglia <alessio@debian.org> | 2012-04-20 12:04:46 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2012-04-20 12:04:46 +0200 |
commit | 81e2fef032931d0748d94c7d2625fe07499f77c3 (patch) | |
tree | eebac3f3670b86e0a382952206ccd7282324450f /src/ui.c | |
parent | 3423cc86f86a823a318ea72981dc8eb889fc7987 (diff) |
Imported Upstream version 3.4.1upstream/3.4.1
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* ui.c generated by valac 0.15.2, the Vala compiler +/* ui.c generated by valac 0.16.0, the Vala compiler * generated from ui.vala, do not modify */ /* @@ -3174,7 +3174,7 @@ void G_MODULE_EXPORT help_contents_menuitem_activate_cb (GtkWidget* widget, Simp _tmp0_ = self->priv->window; _tmp1_ = gtk_window_get_screen (_tmp0_); _tmp2_ = gtk_get_current_event_time (); - gtk_show_uri (_tmp1_, "ghelp:simple-scan", _tmp2_, &_inner_error_); + gtk_show_uri (_tmp1_, "help:simple-scan", _tmp2_, &_inner_error_); if (_inner_error_ != NULL) { goto __catch20_g_error; } |