~photostory/photostory/cleanup

« back to all changes in this revision

Viewing changes to photostory

  • Committer: David Turner
  • Date: 2011-01-24 04:12:08 UTC
  • Revision ID: finalfantasykid13@gmail.com-20110124041208-x3g1filcobfmknzp
-Fixed the program crashing on startup

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
        self.win.set_resizable(False)
224
224
        self.win.set_title("Photostory")
225
225
        if os.path.exists("photostory.svg"):
226
 
            win.set_icon_from_file("photostory.svg")
 
226
            self.win.set_icon_from_file("photostory.svg")
227
227
        movie = gtk.DrawingArea()
228
228
        movie.set_size_request(320, 240)
229
229
        hbox = gtk.HBox(homogeneous=False, spacing=3)