Home
last modified time | relevance | path

Searched refs:active_popup_str (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/gkrellm-trayicons/gkrellm-trayicons-1.03/
H A Dtrayicons.c89 static gchar *active_popup_str = NULL; variable
100 g_free(active_popup_str); in destroy_bubble()
101 active_popup_str = NULL; in destroy_bubble()
142 gchar *oldstr = g_strdup(active_popup_str); in create_bubble()
144 active_popup_str = g_strconcat(oldstr, NOTICE_SEPARATOR, str, NULL); in create_bubble()
148 active_popup_str = g_strdup(str); in create_bubble()
183 gtk_label_set_text(GTK_LABEL(label), active_popup_str); in create_bubble()