From: compudj Date: Fri, 21 Dec 2007 14:52:41 +0000 (+0000) Subject: fix legend png filename X-Git-Tag: v0.12.20~692 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=34acae46e4789bd3a7955d444b2e453ea0ccec27;p=lttv.git fix legend png filename git-svn-id: http://ltt.polymtl.ca/svn@2797 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c index 1f3e00b1..603ac630 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c @@ -125,7 +125,7 @@ static void legend_button(GtkToolButton *toolbutton, gpointer user_data) gtk_window_set_title(legend, "Control Flow View Legend"); - GtkWidget *pixmap = create_pixmap(GTK_WIDGET(legend), "lttv-color-list.png"); + GtkWidget *pixmap = create_pixmap(GTK_WIDGET(legend), "controlflow-legend.png"); gtk_container_add(GTK_CONTAINER(legend), GTK_WIDGET(pixmap));