Skip to content

Commit

Permalink
fixup! Add new Dbus method RuleList
Browse files Browse the repository at this point in the history
  • Loading branch information
zappolowski committed Feb 19, 2024
1 parent 4de3c5f commit db6b9bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ struct setting {
* - Add the default rule value in `settings_data.h` (usually -1 or NULL)
* - Set default value in notification.c (`notification_create`). This is where
* the real default is set.
* - Add the rule to the output of `dbus_cb_dunst_RuleList` in `dbus.c`.
* - Free the variable in `notification.c` if dynamically allocated.
* - Free the variable in `rules.c` if dynamically allocated.
* - Remove the setting from the global settings struct in `settings.h`.
Expand Down

0 comments on commit db6b9bf

Please sign in to comment.