Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=e6f92fdec649eb534d5d467d51c9d809b70ea628

commit e6f92fdec649eb534d5d467d51c9d809b70ea628
Author: Priyank <[EMAIL PROTECTED]>
Date:   Wed Nov 21 23:13:42 2007 +0530

fun-ui: update the status once fun is connected after a failure.

diff --git a/src/fun-ui.c b/src/fun-ui.c
index d31e487..a8b63dc 100644
--- a/src/fun-ui.c
+++ b/src/fun-ui.c
@@ -513,6 +513,8 @@ fun_timeout_conn (void)
connected = TRUE;
g_timeout_add_seconds (20, (GSourceFunc)fun_timeout_func, NULL);
fun_tooltip_set_text2 (tooltip, "", FALSE);
+               /* set the status to Idle */
+               fun_update_status (_("Idle"));
return FALSE;
}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to