~ubuntu-branches/ubuntu/precise/gnome-utils/precise

« back to all changes in this revision

Viewing changes to gnome-screenshot/gnome-screenshot.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-06 19:53:50 UTC
  • Revision ID: package-import@ubuntu.com-20120206195350-wetzhccnc8bdwrgs
Tags: 3.2.1-0ubuntu4
Dropped gnome-screenshot binary, it's shipped in a new source
starting this cycle

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
  GError *error = NULL;
129
129
 
130
130
  gtk_show_uri (gtk_window_get_screen (parent),
131
 
                "help:ubuntu-help/screen-shot-record",
 
131
                "help:gnome-help/screen-shot-record",
132
132
                gtk_get_current_event_time (), &error);
133
133
 
134
134
  if (error)