Skip to content

Commit

Permalink
Fix typo of handler id name
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama committed Nov 19, 2023
1 parent 9c13deb commit 1b175c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ namespace Scratch {
private void disconnect_color_scheme_preference_listener () {
if (color_scheme_listener_handler_id != 0) {
var granite_settings = Granite.Settings.get_default ();
granite_settings.disconnect (colorSchemeListenerHandlerId);
granite_settings.disconnect (color_scheme_listener_handler_id);
color_scheme_listener_handler_id = 0;
}
}
Expand Down

0 comments on commit 1b175c2

Please sign in to comment.