Merge branch 'master' of git://git.assembla.com/fpdboz
This commit is contained in:
		
						commit
						8165e0fb33
					
				|  | @ -61,11 +61,10 @@ class Hud: | ||||||
|         self.popup_windows = {} |         self.popup_windows = {} | ||||||
|         self.font = pango.FontDescription("Sans 8") |         self.font = pango.FontDescription("Sans 8") | ||||||
| 
 | 
 | ||||||
| #    Set up a main window for this this instance of the HUD | #	Set up a main window for this this instance of the HUD | ||||||
|         self.main_window = gtk.Window() |         self.main_window = gtk.Window() | ||||||
| #        self.window.set_decorated(0) | #        self.window.set_decorated(0) | ||||||
|         self.main_window.set_gravity(gtk.gdk.GRAVITY_STATIC) |         self.main_window.set_gravity(gtk.gdk.GRAVITY_STATIC) | ||||||
| #        self.main_window.set_keep_above(True) |  | ||||||
|         self.main_window.set_title(table.name + " FPDBHUD") |         self.main_window.set_title(table.name + " FPDBHUD") | ||||||
|         self.main_window.connect("destroy", self.kill_hud) |         self.main_window.connect("destroy", self.kill_hud) | ||||||
|         self.main_window.set_decorated(False) |         self.main_window.set_decorated(False) | ||||||
|  | @ -295,7 +294,6 @@ class Stat_Window: | ||||||
|         self.window.set_opacity(parent.colors['hudopacity']) |         self.window.set_opacity(parent.colors['hudopacity']) | ||||||
|         self.window.set_gravity(gtk.gdk.GRAVITY_STATIC) |         self.window.set_gravity(gtk.gdk.GRAVITY_STATIC) | ||||||
| 
 | 
 | ||||||
| #        self.window.set_keep_above(1) |  | ||||||
|         self.window.set_title("%s" % seat) |         self.window.set_title("%s" % seat) | ||||||
|         self.window.set_property("skip-taskbar-hint", True) |         self.window.set_property("skip-taskbar-hint", True) | ||||||
|         self.window.set_transient_for(parent.main_window) |         self.window.set_transient_for(parent.main_window) | ||||||
|  |  | ||||||
|  | @ -138,7 +138,7 @@ class Importer: | ||||||
| 		# ^^ May not work on windows | 		# ^^ May not work on windows | ||||||
| 		for dir in self.dirlist: | 		for dir in self.dirlist: | ||||||
| 			for file in os.listdir(dir): | 			for file in os.listdir(dir): | ||||||
| 				self.filelist = self.filelist + [dir+os.sep+file] | 				self.filelist = self.filelist + [os.path.join(dir, file)] | ||||||
| 
 | 
 | ||||||
| 		self.filelist = list(set(self.filelist)) | 		self.filelist = list(set(self.filelist)) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user