~ubuntu-branches/ubuntu/trusty/vino/trusty-proposed

« back to all changes in this revision

Viewing changes to capplet/vino-preferences.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-19 15:20:11 UTC
  • mfrom: (1.1.54 upstream)
  • Revision ID: package-import@ubuntu.com-20110919152011-l0bxj9vu3omico8h
Tags: 3.1.92-0ubuntu1
* New upstream release.
* debian/watch: Fix syntax
* debian/patches/06_use-ubuntu-help.patch:
  Use Ubuntu system help instead of GNOME's

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
    case GTK_RESPONSE_HELP:
233
233
      screen = gtk_widget_get_screen (widget);
234
234
 
235
 
      if (!gtk_show_uri (screen, "help:gnome-help?sharing-desktop",
 
235
      if (!gtk_show_uri (screen, "help:ubuntu-help/sharing-desktop",
236
236
                         GDK_CURRENT_TIME, &error))
237
237
        {
238
238
          GtkWidget *message_dialog;