Updating branch refs/heads/master
to 354628c40442a308127bb52524b005e1b14755cb (commit)
from 21d7348bd2fb5d9b882a49254f62495fc72dac3f (commit)
commit 354628c40442a308127bb52524b005e1b14755cb
Author: Nick Schermer <[email protected]>
Date: Fri Apr 13 18:56:14 2012 +0200
Don't use deprecated g_mapped_file_free (bug #8649).
src/appfinder-model.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/appfinder-model.c b/src/appfinder-model.c
index a1cc770..9e8bcfe 100644
--- a/src/appfinder-model.c
+++ b/src/appfinder-model.c
@@ -1105,7 +1105,7 @@ xfce_appfinder_model_history_changed (GFileMonitor
*monitor,
}
}
- g_mapped_file_free (history);
+ g_mapped_file_unref (history);
}
else
{
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits