connect missing image fixup
authorDhananjay Sathe <dhananjaysathe@gmail.com>
Mon, 8 Aug 2011 11:02:47 +0000 (16:32 +0530)
committerDhananjay Sathe <dhananjaysathe@gmail.com>
Mon, 8 Aug 2011 11:02:47 +0000 (16:32 +0530)
sambagtk/sam.py

index 0c7fa3ddf98297bc0e24d6e714738b15eaa79fef..9fcfd300808bffb24853103627bdf5477f380d4d 100644 (file)
@@ -542,7 +542,7 @@ class SAMConnectDialog(gtk.Dialog):
 
         self.artwork = gtk.VBox()
 
-        self.samba_image_filename = os.path.join(sys.path[0],"..", 'images',
+        self.samba_image_filename = os.path.join(sys.path[0],'images',
                 'samba-logo-small.png')
         self.samba_image = gtk.Image()
         self.samba_image.set_from_file(self.samba_image_filename)