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

« back to all changes in this revision

Viewing changes to app/widgets/gimpcontrollerlist.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:
348
348
  switch (property_id)
349
349
    {
350
350
    case PROP_GIMP:
351
 
      list->gimp = GIMP (g_value_dup_object (value));
 
351
      list->gimp = g_value_dup_object (value);
352
352
      break;
 
353
 
353
354
    default:
354
355
      G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
355
356
      break;
369
370
    case PROP_GIMP:
370
371
      g_value_set_object (value, list->gimp);
371
372
      break;
 
373
 
372
374
    default:
373
375
      G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
374
376
      break;