~rick-rickspencer3/photobomb/trunk

« back to all changes in this revision

Viewing changes to bin/photobomb

  • Committer: Rick Spencer
  • Date: 2011-05-01 20:38:35 UTC
  • Revision ID: rick.spencer@canonical.com-20110501203835-rxu9s83p37ihzkke
removed some threads_entered code that was haning the UI

Show diffs side-by-side

added added

removed removed

Lines of Context:
719
719
    def about(self, widget, data=None):
720
720
        """about - display the about box for photobomb """
721
721
        about = AboutPhotobombDialog.NewAboutPhotobombDialog()
722
 
        gtk.gdk.threads_enter()
723
722
        response = about.run()
724
 
        gtk.gdk.threads_leave()
725
723
        about.destroy()
726
724
 
727
725
    def export(self, widget, data=None):
728
 
        gtk.gdk.threads_enter()
729
726
        response, fn = quickly.prompts.save_image_file("Save Photobomb")
730
 
        gtk.gdk.threads_leave()
731
727
        if response != gtk.RESPONSE_OK:
732
728
            return
733
729
        else: