From 0f8af52d9c5e83137c7c80f2b0bca8a60522c83a Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Wed, 12 May 2004 03:58:08 +0000 Subject: added fixme for stock+label case, which doesn't work. svn path=/trunk/; revision=25875 --- widgets/misc/e-error.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/misc') diff --git a/widgets/misc/e-error.c b/widgets/misc/e-error.c index 0aceed624f..0d18da6a7b 100644 --- a/widgets/misc/e-error.c +++ b/widgets/misc/e-error.c @@ -408,6 +408,8 @@ e_error_newv(GtkWindow *parent, const char *tag, const char *arg0, va_list ap) for (b = e->buttons;b;b=b->next) { if (b->stock) { if (b->label) { + /* FIXME: So although this looks like it will work, it wont. + Need to do it the hard way ... */ w = gtk_button_new_from_stock(b->stock); gtk_button_set_label((GtkButton *)w, b->label); gtk_widget_show(w); -- cgit v1.2.3