~ubuntu-branches/ubuntu/saucy/shotwell/saucy

« back to all changes in this revision

Viewing changes to src/library/LibraryWindow.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-04-04 19:11:05 UTC
  • mfrom: (1.2.19)
  • Revision ID: package-import@ubuntu.com-20130404191105-0mn24vyf1eqik51e
Tags: 0.14.1-0ubuntu1
New upstream bugfix version

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
        new_search.label =  _("Ne_w Saved Search...");
347
347
        actions += new_search;
348
348
 
349
 
                // top-level menus
 
349
        // top-level menus
350
350
        
351
351
        Gtk.ActionEntry file = { "FileMenu", null, TRANSLATABLE, null, null, null };
352
352
        file.label = _("_File");
1405
1405
        
1406
1406
        on_update_properties();
1407
1407
        
 
1408
        if (page is CheckerboardPage)
 
1409
            init_view_filter((CheckerboardPage)page);
 
1410
        
1408
1411
        page.show_all();
1409
1412
        
1410
1413
        // subscribe to these signals for each event page so basic properties display will update