[Xfce4-commits] <xfce4-screenshooter:master> Save the title of the screenshot.
Jérôme Guelfucci
noreply at xfce.org
Thu Oct 15 11:58:06 CEST 2009
Updating branch refs/heads/master
to b72b2d6ac64ec4d384885c2823c6a6868c3e900b (commit)
from fcb4f6c5806ba12d8e68ddac52e3cd9a266dae26 (commit)
commit b72b2d6ac64ec4d384885c2823c6a6868c3e900b
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Oct 15 11:58:15 2009 +0200
Save the title of the screenshot.
lib/screenshooter-utils.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/screenshooter-utils.c b/lib/screenshooter-utils.c
index bdd3694..6098dfe 100644
--- a/lib/screenshooter-utils.c
+++ b/lib/screenshooter-utils.c
@@ -145,6 +145,7 @@ screenshooter_write_rc_file (const gchar *file, ScreenshotData *sd)
xfce_rc_write_entry (rc, "screenshot_dir", sd->screenshot_dir);
xfce_rc_write_entry (rc, "app", sd->app);
xfce_rc_write_entry (rc, "last_user", sd->last_user);
+ xfce_rc_write_entry (rc, "title", sd->title);
TRACE ("Flush and close the rc file");
xfce_rc_flush (rc);
More information about the Xfce4-commits
mailing list