desktop-data-model r7285 - trunk/engine
- From: otaylor svn gnome org
- To: svn-commits-list gnome org
- Subject: desktop-data-model r7285 - trunk/engine
- Date: Fri, 9 May 2008 19:08:42 +0100 (BST)
Author: otaylor
Date: Fri May 9 18:08:42 2008
New Revision: 7285
URL: http://svn.gnome.org/viewvc/desktop-data-model?rev=7285&view=rev
Log:
Report a more accurate tooltip for "signed out" .. don't say we will try reconnecting "in a few"
Modified:
trunk/engine/hippo-connection.c
Modified: trunk/engine/hippo-connection.c
==============================================================================
--- trunk/engine/hippo-connection.c (original)
+++ trunk/engine/hippo-connection.c Fri May 9 18:08:42 2008
@@ -2736,6 +2736,8 @@
tip = NULL;
switch (state) {
case HIPPO_STATE_SIGNED_OUT:
+ tip = _("%s (signed out)");
+ break;
case HIPPO_STATE_RETRYING:
if (connection->last_auth_failed) {
/* This is because it's possible to transition from AUTH_WAIT or SIGN_IN_WAIT to
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]