~ubuntu-branches/ubuntu/utopic/gimp/utopic

« back to all changes in this revision

Viewing changes to app/actions/view-commands.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-08-29 12:48:19 UTC
  • mfrom: (1.1.29) (0.4.20 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130829124819-r4mliaiddrgv5x4g
Tags: 2.8.6-1ubuntu1
* Synchronize with Debian (LP: #1207734). 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:
21
21
 
22
22
void   view_new_cmd_callback                   (GtkAction *action,
23
23
                                                gpointer   data);
 
24
void   view_close_cmd_callback                 (GtkAction *action,
 
25
                                                gpointer   data);
24
26
 
25
27
void   view_zoom_fit_in_cmd_callback           (GtkAction *action,
26
28
                                                gpointer   data);