~ubuntu-branches/ubuntu/raring/gedit-plugins/raring

« back to all changes in this revision

Viewing changes to plugins/synctex/synctex/synctex.py

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-13 17:14:44 UTC
  • mfrom: (1.4.12)
  • Revision ID: package-import@ubuntu.com-20121113171444-lbflg6vmwpic1pjs
Tags: 3.6.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
        # Merge the UI
317
317
        self._ui_id = manager.add_ui_from_string(ui_str)
318
318
 
319
 
    def forward_search_cb(self, action, what):
 
319
    def forward_search_cb(self, action, what=None):
320
320
        self.get_helper(self.window.get_active_view()).sync_view(Gtk.get_current_event_time())
321
321
 
322
322
    def source_view_handler(self, out_gfile, uri_input, source_link, time):