Re: [jokosher-devel] bad patch?
- From: Laszlo Pandy <laszlok2 gmail com>
- To: Adam Reid <atomic0x gmail com>
- Cc: Jokosher development list <jokosher-devel-list gnome org>
- Subject: Re: [jokosher-devel] bad patch?
- Date: Mon, 30 Oct 2006 08:30:49 -0500
Adam Reid wrote:
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.
I don't see the problem. Your last patch was committed and this new
patch just duplicates some things that are already committed.
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)
See, both those lines are just duplicates of what came before/after it.
The only difference it that there is a space after the comma which I added.
Laszlo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]