[jokosher-devel] bad patch?



Hello All,

I checked out rev 855 this morning and there was some problem with the
patch that I sent out, because there were patch strings scattered
throughout JokosherApp.py.

Here is a diff.

Adam
Index: Jokosher/TimeLineBar.py
===================================================================
--- Jokosher/TimeLineBar.py	(revision 855)
+++ Jokosher/TimeLineBar.py	(working copy)
@@ -27,6 +27,8 @@
 		# add click / bpm / signature box
 		self.clickbutton = gtk.ToggleButton("C")
 		self.clicktip = gtk.Tooltips()
+		self.clicktip.set_tip(self.clickbutton,_("Turn click track on"),None)
+		self.clicktip = gtk.Tooltips()
 		self.clicktip.set_tip(self.clickbutton, _("Turn click track on"), None)
 		self.clickbutton.connect("toggled", self.OnClick)
 					
@@ -217,6 +219,7 @@
 	#_____________________________________________________________________
 
 	def OnClick(self, widget):
+		self.clicktip.set_tip(self.clickbutton, _("Turn click track off"),None)
 		self.clicktip.set_tip(self.clickbutton, _("Turn click track off"), None)
 		dlg = gtk.MessageDialog(None,
 			gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT,
Index: Jokosher/JokosherApp.py
===================================================================
--- Jokosher/JokosherApp.py	(revision 855)
+++ Jokosher/JokosherApp.py	(working copy)
@@ -37,7 +37,6 @@
 		gtk.glade.textdomain(Globals.LOCALE_APP)
 		
 		self.wTree = gtk.glade.XML(Globals.GLADE_PATH, "MainWindow")
-		
 		#Connect event handlers
 		signals = {
 			"on_MainWindow_destroy" : self.OnDestroy,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]