aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/status-track.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/groupwise-features/status-track.c')
-rw-r--r--plugins/groupwise-features/status-track.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-features/status-track.c b/plugins/groupwise-features/status-track.c
index e4a130dd1b..7606fe0bf3 100644
--- a/plugins/groupwise-features/status-track.c
+++ b/plugins/groupwise-features/status-track.c
@@ -177,6 +177,7 @@ track_status (EPopup *ep, EPopupItem *item, void *data)
{
EGwItemRecipient *recipient;
GString *label = NULL;
+ GtkLabel *detail;
label = g_string_new("");
recipient = recipient_list->data;
@@ -226,7 +227,6 @@ track_status (EPopup *ep, EPopupItem *item, void *data)
label = g_string_append_c (label, '\n');
}
- GtkLabel *detail;
detail = GTK_LABEL(gtk_label_new (label->str));
g_string_free (label, TRUE);
gtk_label_set_selectable (detail, TRUE);