summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2012-04-20 12:04:47 +0200
committerAlessio Treglia <alessio@debian.org>2012-04-20 12:04:47 +0200
commit527dfce44bf3e21c11e1deb21143743e1a4d875e (patch)
tree3cb298b65e3936908ffb8830e5ae67bc3915c7ca /src/ui.c
parent33891bc6cb7a84cb77ce1469f187ad6e31b87cee (diff)
parent81e2fef032931d0748d94c7d2625fe07499f77c3 (diff)
Merge tag 'upstream/3.4.1'
Upstream version 3.4.1
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.c b/src/ui.c
index 10ae780..fd42d4e 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -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;
}