~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/Plugins/Cocoa/aqua_widget.mm

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-04-23 07:09:40 UTC
  • mfrom: (4.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100423070940-72mjdmdepfgrvo8f
Tags: 1:1.0.7.4-2
Re-upload, former upload failed with wrong diff.gz perhaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
503
503
      w->handle_set_shrinking_factor (new_sf);
504
504
    }
505
505
    break;
506
 
        
 
506
 
 
507
  case SLOT_FILE:
 
508
    {
 
509
      TYPE_CHECK (type_box (val) == type_helper<string>::id);
 
510
      string file = open_box<string> (val);
 
511
      if (DEBUG_EVENTS) cout << "File: " << file << LF;
 
512
//      view->window()->setWindowFilePath(to_qstring(file));
 
513
    }
 
514
      break;
 
515
      
 
516
      
507
517
  default:
508
518
    aqua_view_widget_rep::send(s,val);
509
519
  }