projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4546384
)
add urgency hint when mirroring is finished
author
Guillaume Cottenceau
<gcottenc@gmail.com>
Sat, 9 Jan 2010 18:14:54 +0000
(19:14 +0100)
committer
Guillaume Cottenceau
<gcottenc@gmail.com>
Sat, 9 Jan 2010 18:14:54 +0000
(19:14 +0100)
bin/booh
patch
|
blob
|
history
diff --git
a/bin/booh
b/bin/booh
index
28319ee
..
69ec9f6
100644
(file)
--- a/
bin/booh
+++ b/
bin/booh
@@
-4279,6
+4279,7
@@
def perform_remote_synchronization(url, detail_label, progressbar_window, dialog
gtk_thread_protect {
progressbar_window.destroy
+ $main_window.urgency_hint = true
if mirrored_successfully
show_popup(dialog, utf8(_("Successfully mirrored into remote repository.")), { :pos_centered => true })
else