Author: rpmcruz Date: Fri Jun 11 18:44:31 2010 New Revision: 62104 URL: http://svn.opensuse.org/viewcvs/yast?rev=62104&view=rev Log: Fix backward compatibility. Modified: trunk/gtk/src/pkg/ygtkpkgmenubar.cc Modified: trunk/gtk/src/pkg/ygtkpkgmenubar.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/pkg/ygtkpkgmenubar.cc?rev=62104&r1=62103&r2=62104&view=diff ============================================================================== --- trunk/gtk/src/pkg/ygtkpkgmenubar.cc (original) +++ trunk/gtk/src/pkg/ygtkpkgmenubar.cc Fri Jun 11 18:44:31 2010 @@ -433,7 +433,7 @@ zypp::getZYpp()->resolver()->setSystemVerification (on); } -#if ZYPP_VERSION > 6021002 +#if ZYPP_VERSION > 6031004 static void cleanup_deps_on_remove_cb (GtkCheckMenuItem *item) { @@ -610,7 +610,7 @@ append_check_menu_item (submenu, _("System Verification Mode"), zypp::getZYpp()->resolver()->systemVerification(), G_CALLBACK (system_verification_mode_cb), this); -#if ZYPP_VERSION > 6021002 +#if ZYPP_VERSION > 6031004 append_check_menu_item (submenu, _("_Cleanup when deleting packages"), zypp::getZYpp()->resolver()->cleandepsOnRemove(), G_CALLBACK (cleanup_deps_on_remove_cb), this); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org