Projects
Multimedia
LiVES
lives-2.4.6_gtk2.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lives-2.4.6_gtk2.patch of Package LiVES (Revision 30)
Currently displaying revision
30
,
Show latest
diff -U 3 -dHrN lives-2.4.6.orig/src/widget-helper.c lives-2.4.6/src/widget-helper.c --- lives-2.4.6.orig/src/widget-helper.c 2015-12-18 16:57:33.000000000 +0300 +++ lives-2.4.6/src/widget-helper.c 2015-12-19 21:41:30.517902642 +0300 @@ -1363,9 +1363,13 @@ LIVES_INLINE LiVESWidget *lives_dialog_get_action_area(LiVESDialog *dialog) { #ifdef GUI_GTK #if GTK_CHECK_VERSION(2,14,0) +#ifdef G_GNUC_BEGIN_IGNORE_DEPRECATIONS G_GNUC_BEGIN_IGNORE_DEPRECATIONS +#endif return gtk_dialog_get_action_area(LIVES_DIALOG(dialog)); +#ifdef G_GNUC_END_IGNORE_DEPRECATIONS G_GNUC_END_IGNORE_DEPRECATIONS +#endif #else return LIVES_DIALOG(dialog)->vbox; #endif
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.