oopx - fix typo

Signed-off-by: Yosef Or Boczko <yoseforb@gmail.com>
This commit is contained in:
Yosef Or Boczko 2013-08-14 10:45:35 +03:00
parent 2f77a61e61
commit 89f701ab2e

View File

@ -1328,7 +1328,7 @@ gtk_button_new_from_icon_name (const gchar *icon_name,
"image", image,
NULL);
context = gtk_widget_get_style_context (button);
gtk_style_context_add_class (context, "image-button"));
gtk_style_context_add_class (context, "image-button");
return button;
}