X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=cut-n-paste%2Ftoolbar-editor%2Fegg-editable-toolbar.c;h=5cf6c31ec619ea5a3c227b1f1da5c78a8ac9c7bf;hb=f9c2880d31bb2f5d4411849b9207c5d26a5c616a;hp=991370324af832a467f66d555b073e22b3f537be;hpb=de24c673c89e61630509b6cbbc5b291c159e72fd;p=evince.git diff --git a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c index 99137032..5cf6c31e 100644 --- a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c +++ b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c @@ -512,7 +512,7 @@ configure_item_tooltip (GtkToolItem *item) #if GTK_CHECK_VERSION (2, 16, 0) action = gtk_activatable_get_related_action (GTK_ACTIVATABLE (item)); #else - action = gtk_widget_get_action (GTKWIDGET (item)); + action = gtk_widget_get_action (GTK_WIDGET (item)); #endif if (action != NULL)