Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/1] Hob: force notebook refresh
@ 2013-11-26  9:30 Valentin Popa
  2013-11-26  9:30 ` [PATCH 1/1] " Valentin Popa
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Popa @ 2013-11-26  9:30 UTC (permalink / raw)
  To: bitbake-devel


The following changes since commit 381cd842caa3db5eabf8973305b6979014d9d0a8:

  linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package (2013-11-25 16:14:48 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib vpopa/YOCTO_5596
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=vpopa/YOCTO_5596

Valentin Popa (1):
  Hob: force notebook refresh

 bitbake/lib/bb/ui/crumbs/builddetailspage.py | 1 +
 1 file changed, 1 insertion(+)

-- 
1.8.3.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] Hob: force notebook refresh
  2013-11-26  9:30 [PATCH 0/1] Hob: force notebook refresh Valentin Popa
@ 2013-11-26  9:30 ` Valentin Popa
  0 siblings, 0 replies; 2+ messages in thread
From: Valentin Popa @ 2013-11-26  9:30 UTC (permalink / raw)
  To: bitbake-devel

Redraw the entire notebook widget after
number-of-issues drawable is incremented
(because for this case, the notebook widget
doesn't refresh it's children automatically).

[YOCTO #5596]

Signed-off-by: Valentin Popa <valentin.popa@intel.com>
---
 bitbake/lib/bb/ui/crumbs/builddetailspage.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bitbake/lib/bb/ui/crumbs/builddetailspage.py b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
index 1899956..7fc690e 100755
--- a/bitbake/lib/bb/ui/crumbs/builddetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
@@ -185,6 +185,7 @@ class BuildDetailsPage (HobPage):
     def show_issues(self):
         self.num_of_issues += 1
         self.notebook.show_indicator_icon("Issues", self.num_of_issues)
+        self.notebook.queue_draw()
 
     def reset_issues(self):
         self.num_of_issues = 0
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-26  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26  9:30 [PATCH 0/1] Hob: force notebook refresh Valentin Popa
2013-11-26  9:30 ` [PATCH 1/1] " Valentin Popa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox