~ubuntu-branches/ubuntu/intrepid/gthumb/intrepid-proposed

« back to all changes in this revision

Viewing changes to src/dlg-image-prop.c

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-08-28 11:58:10 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20070828115810-4k374y5y35aq4cj3
Tags: upstream-2.10.6
ImportĀ upstreamĀ versionĀ 2.10.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
        case IPROP_PAGE_EXIF:
495
495
                gth_exif_data_viewer_update (GTH_EXIF_DATA_VIEWER (data->i_exif_data_view),
496
496
                                             data->browser_viewer,
497
 
                                             gth_window_get_image_filename (GTH_WINDOW (data->browser)),
 
497
                                             gth_window_get_image_data (GTH_WINDOW (data->browser)),
498
498
                                             NULL);
499
499
                break;
500
500
 
528
528
}
529
529
 
530
530
 
531
 
 
532
531
GtkWidget *
533
532
dlg_image_prop_new (GthBrowser *browser)
534
533
{