Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 239260 | Differences between
and this patch

Collapse All | Expand All

(-)plugins/glade/plugin.c.orig (-1 / +1 lines)
Lines 459-465 Link Here
459
	}
459
	}
460
	
460
	
461
#if (GLADEUI_VERSION >= 330)
461
#if (GLADEUI_VERSION >= 330)
462
	if (glade_project_get_has_unsaved_changes (project))
462
	if (glade_project_get_modified (project))
463
#else
463
#else
464
	if (project->changed)
464
	if (project->changed)
465
#endif
465
#endif

Return to bug 239260