aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-11 22:48:43 -0600
committerTed Gould <ted@gould.cx>2010-02-11 22:48:43 -0600
commitc6661b02cfede0afff6102d7ebff656a166e0b29 (patch)
treec7c7497e692fd44aed28dcf10dcb0fa3a69b3f9a
parenta2cf14bc54d903dbc51557ff6d06e38f92714010 (diff)
downloadayatana-indicator-session-c6661b02cfede0afff6102d7ebff656a166e0b29.tar.gz
ayatana-indicator-session-c6661b02cfede0afff6102d7ebff656a166e0b29.tar.bz2
ayatana-indicator-session-c6661b02cfede0afff6102d7ebff656a166e0b29.zip
Removing comment.
-rw-r--r--src/indicator-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c
index 4dc3d11..1b9629b 100644
--- a/src/indicator-session.c
+++ b/src/indicator-session.c
@@ -175,7 +175,7 @@ switch_property_change (DbusmenuMenuitem * item, const gchar * property, const G
if (finalstring == NULL) {
const gchar * username = g_value_get_string(value);
- GtkStyle * style = gtk_widget_get_style(GTK_WIDGET(gmi)); /* TODO: Switch to menuitem label */
+ GtkStyle * style = gtk_widget_get_style(GTK_WIDGET(gmi));
PangoLayout * layout = pango_layout_new(gtk_widget_get_pango_context(GTK_WIDGET(gmi)));
pango_layout_set_text(layout, username, -1);