File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ public class Dialogs.PreferencesDialog : Granite.Dialog {
236236 sensitive = true ;
237237 } else if (long_break_scale. current_value != Default . LONG_BREAK_DURATION ) {
238238 sensitive = true ;
239- } else if (long_break_delay_scale. current_value != Default . LONG_BREAK_DELAY ) {
239+ } else if (long_break_delay_scale. current_value != Default . LONG_BREAK_DELAY ) {
240240 sensitive = true ;
241241 }
242242
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public enum Status {
2828}
2929
3030private int break_messages_index = 0 ;
31- private const string [] break_messages = {
31+ private const string [] break_messages = { // vala-lint=naming-convention
3232 N_ (" Go have a coffee" ),
3333 N_ (" Drink some water" ),
3434 N_ (" Get up and dance!" ),
You can’t perform that action at this time.
0 commit comments