diff options
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/e-error.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |