aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-error.c')
-rw-r--r--widgets/misc/e-error.c2
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);