Register a couple bugs and a TODO entry

This commit is contained in:
Pierre Pronchery 2020-09-28 06:02:24 +02:00
parent d83fe8f5b5
commit bc6e1f2d5f
2 changed files with 7 additions and 1 deletions

View File

@ -22,6 +22,8 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
/* TODO:
* - let the user browse for a destination when creating symlinks */

View File

@ -23,7 +23,9 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
/* FIXME:
* - remove (links to) application files upon deletion */
* - remove (links to) application files upon deletion
* - fix the popup menu for preferences
* - do not let the symlink window be modal */
@ -245,6 +247,8 @@ static void _on_popup_preferences(gpointer data)
{
DesktopHandler * handler = data;
gtk_widget_destroy(handler->u.files.menu);
handler->u.files.menu = NULL;
desktop_show_preferences(handler->desktop);
}