~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/imagemap/imap_cmd_move_sash.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
COMMAND_PROTO(move_sash_command);
34
34
 
35
 
CommandClass_t move_sash_command_class = {
 
35
static CommandClass_t move_sash_command_class = {
36
36
   move_sash_command_destruct,
37
37
   move_sash_command_execute,
38
38
   NULL,                        /* move_sash_command_undo */