aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-09-08 18:30:52 +0100
committerConor Curran <conor.curran@canonical.com>2011-09-08 18:30:52 +0100
commitd446a9d9bf96e5d3dd9b6065adceb1aeb25fcd98 (patch)
tree65bf1e8ff3b63d27ba18ed42b1e237d2c7e9d146 /src
parentdaa6295ce57baca8b3e4fc574e3b8dd29cf2598e (diff)
downloadayatana-indicator-session-d446a9d9bf96e5d3dd9b6065adceb1aeb25fcd98.tar.gz
ayatana-indicator-session-d446a9d9bf96e5d3dd9b6065adceb1aeb25fcd98.tar.bz2
ayatana-indicator-session-d446a9d9bf96e5d3dd9b6065adceb1aeb25fcd98.zip
add the new gsettings entry for toggling the visibility of the real name on the panel
Diffstat (limited to 'src')
-rw-r--r--src/indicator-session.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c
index f41c841..1f58aba 100644
--- a/src/indicator-session.c
+++ b/src/indicator-session.c
@@ -705,6 +705,7 @@ indicator_session_update_users_label (IndicatorSession* self,
gtk_widget_hide(GTK_WIDGET(self->users.label));
return;
}
+
gtk_label_set_text (self->users.label, g_strdup(name));
gtk_widget_show(GTK_WIDGET(self->users.label));
}