Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 151716
Collapse All | Expand All

(-)src/Banshee.Base/Banshee.Burner/BurnerFormatList.cs (-3 / +3 lines)
Lines 75-86 Link Here
75
                }
75
                }
76
                
76
                
77
                format.Button.Toggled += delegate {
77
                format.Button.Toggled += delegate {
78
                    string format = SelectedFormat;
78
                    string selected_format = SelectedFormat;
79
                    if(format == last_format) {
79
                    if(selected_format == last_format) {
80
                        return;
80
                        return;
81
                    }
81
                    }
82
                    
82
                    
83
                    last_format = format;
83
                    last_format = selected_format;
84
                    OnFormatChanged();
84
                    OnFormatChanged();
85
                };
85
                };
86
                
86
                

Return to bug 151716