From 88b4851b757a6276f4b717127a5463005b6a868f Mon Sep 17 00:00:00 2001 From: jstebbins Date: Sat, 6 Sep 2008 16:48:54 +0000 Subject: LinGui: Add queue save/restore - 2 instances of libhb are used. One for queue activities and one for scanning new sources prior to adding to the queue. - Improve chapter entry usability. In addition to "return" advancing to the next chapter for editing, up and down arrows will advance to prev/next and put the cell in edit mode. - Add an accelerator key to jump to the destination entry box. - Fix a queue window resize problem. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1668 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/plist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/src/plist.h') diff --git a/gtk/src/plist.h b/gtk/src/plist.h index 8b2498826..4ea06780a 100644 --- a/gtk/src/plist.h +++ b/gtk/src/plist.h @@ -6,7 +6,7 @@ #include GValue* ghb_plist_parse(const gchar *buf, gssize len); -GValue* ghb_plist_parse_file(const gchar *filename); +GValue* ghb_plist_parse_file(FILE *fd); void ghb_plist_write(FILE *file, GValue *gval); void ghb_plist_write_file(const gchar *filename, GValue *gval); -- cgit v1.2.3