#9424 closed enhancement (fixed)
Re-implement settings to use a single file
Reported by: | mmadia | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/notification_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Currently notification_server (and its preflet) utilize 3 separate settings files (for each tab of the preflet -- general, display, notifications) src/servers/notification/Notifications.cpp
It would be better to unify the settings into a single file.
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Since the notification server is a new component for Haiku and we're not out of alpha yet anyways, I'd vote for not bothering to maintain compat in this instance myself.
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in hrev48066.
Version 0, edited 10 years ago by (next)
Note:
See TracTickets
for help on using tickets.
I'm interested in implementing this as well as fixing the few other notification system bugs.
Does anyone think it is necessary to make this change in a backwards compatible way? In other words should the old separate settings files be searched for and loaded if the new combined one doesn't exist? I know we have changed other settings files without making the change backwards compatible.