~ubuntu-branches/ubuntu/precise/gimp/precise-updates

« back to all changes in this revision

Viewing changes to app/gui/gui-message.c

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2011-10-29 14:05:47 UTC
  • mfrom: (0.4.11 sid)
  • Revision ID: package-import@ubuntu.com-20111029140547-osq7e5gc791c6egk
Tags: 2.6.11-5ubuntu1
* Merge from debian testing. Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
        gtk_message_dialog_new (GTK_WINDOW (gtk_widget_get_toplevel (parent)),
220
220
                                GTK_DIALOG_DESTROY_WITH_PARENT,
221
221
                                type, GTK_BUTTONS_OK,
222
 
                                message);
 
222
                                "%s", message);
223
223
 
224
224
      g_signal_connect (dialog, "response",
225
225
                        G_CALLBACK (gtk_widget_destroy),