From 9451ea7c4c6af3b078852c1c9d960f2cc4ad48cc Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 12 Jul 2023 14:09:55 +0200 Subject: [PATCH] Mention DEV for doap in release guide --- RELEASE_GUIDE.md | 2 +- src/ui/rosterwin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_GUIDE.md b/RELEASE_GUIDE.md index eeb48ac2..c5cc2e07 100644 --- a/RELEASE_GUIDE.md +++ b/RELEASE_GUIDE.md @@ -17,7 +17,7 @@ * Update plugin API docs (./apidocs/c and ./apidocs/python) need to run the `gen.sh` and commit the results to the website git repo * Update CHANGELOG * Update profrc.example -* Update profanity.doap (new XEPs and latest version) +* Update profanity.doap (new XEPs and latest version). Look for `DEV` which marks what is done on the development branch. ## Creating artefacts * Set the correct release version in configure.ac: diff --git a/src/ui/rosterwin.c b/src/ui/rosterwin.c index a2c7da7e..2406e59c 100644 --- a/src/ui/rosterwin.c +++ b/src/ui/rosterwin.c @@ -101,7 +101,7 @@ rosterwin_roster(void) if (layout->subwin == NULL) { return; } - + werase(layout->subwin); auto_gchar gchar* roomspos = prefs_get_string(PREF_ROSTER_ROOMS_POS);