* [PATCH 0/1] Fix dumb hob typo
@ 2011-09-21 0:15 Joshua Lock
2011-09-21 0:15 ` [PATCH 1/1] ui/crumbs/runningbuild: fix log messages right-click menu Joshua Lock
0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2011-09-21 0:15 UTC (permalink / raw)
To: bitbake-devel
Another case of my submitting patches with a dumb typo in, apologies folks.
The following patch re-enables the right-click menu for the log messages of
failed tasks.
Richard, please consider this for Yocto 1.1 also.
Regards,
Joshua
The following changes since commit 705156e2812afb288632f01416fcbbf9add26bee:
hob: enable package only builds even if an image has been built (2011-09-19 15:28:09 -0700)
are available in the git repository at:
git://github.com/incandescant/bitbake hob
https://github.com/incandescant/bitbake/tree/hob
Joshua Lock (1):
ui/crumbs/runningbuild: fix log messages right-click menu
lib/bb/ui/crumbs/runningbuild.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.6.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] ui/crumbs/runningbuild: fix log messages right-click menu
2011-09-21 0:15 [PATCH 0/1] Fix dumb hob typo Joshua Lock
@ 2011-09-21 0:15 ` Joshua Lock
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Lock @ 2011-09-21 0:15 UTC (permalink / raw)
To: bitbake-devel
Pass the correct callback name to the connect method.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
lib/bb/ui/crumbs/runningbuild.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/bb/ui/crumbs/runningbuild.py b/lib/bb/ui/crumbs/runningbuild.py
index e429715..bd0cbf0 100644
--- a/lib/bb/ui/crumbs/runningbuild.py
+++ b/lib/bb/ui/crumbs/runningbuild.py
@@ -325,7 +325,7 @@ class RunningBuildTreeView (gtk.TreeView):
menu = gtk.Menu()
menuitem = gtk.MenuItem("Copy")
menu.append(menuitem)
- menuitem.connect("activate", self.copy_handler, (model, it))
+ menuitem.connect("activate", self.clipboard_handler, (model, it))
menuitem.show()
menuitem = gtk.MenuItem("Send log to pastebin")
menu.append(menuitem)
--
1.7.6.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-21 0:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 0:15 [PATCH 0/1] Fix dumb hob typo Joshua Lock
2011-09-21 0:15 ` [PATCH 1/1] ui/crumbs/runningbuild: fix log messages right-click menu Joshua Lock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox