diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | Rpmdrake/edit_urpm_sources.pm | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ - edit-urpm-sources: + o ignore rpmdrake's option regarding ignoring debug media o prevent crashing if one click on a media checkbox while another one is being processed (gtk+ was reentering the callback when we were processing refreshing events...) (#46727) diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index d02cdeb9..8e6a3973 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -1172,6 +1172,8 @@ sub mainwindow() { sub run() { + # ignore rpmdrake's option regarding ignoring debug media: + local $ignore_debug_media->[0] = 0; local $ugtk2::wm_icon = get_icon('rpmdrake-mdk', 'title-media'); my $lock; { |