summaryrefslogtreecommitdiff
path: root/camlibs
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2002-07-11 13:38:15 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2002-07-11 13:38:15 +0000
commit236b2f9dd8f055ac5dd3d534241c87cb6ac8e5ec (patch)
treea5c371618a80296d799011e9d8176d4d6d3f7779 /camlibs
parentb607de20f402dfab8de4e647481aa0f9aabad1fc (diff)
downloadlibgphoto2-236b2f9dd8f055ac5dd3d534241c87cb6ac8e5ec.tar.gz
2002-07-11 Lutz M�ller <lutz@users.sourceforge.net>
* library.c: Add a couple of 'gp_context_idle's. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4845 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs')
-rw-r--r--camlibs/konica/ChangeLog4
-rw-r--r--camlibs/konica/library.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/camlibs/konica/ChangeLog b/camlibs/konica/ChangeLog
index 1af516a5e..16a066928 100644
--- a/camlibs/konica/ChangeLog
+++ b/camlibs/konica/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-11 Lutz Müller <lutz@users.sourceforge.net>
+
+ * library.c: Add a couple of 'gp_context_idle's.
+
2002-07-05 Lutz Müller <lutz@users.sourceforge.net>
* library.c: We can't change the name of files.
diff --git a/camlibs/konica/library.c b/camlibs/konica/library.c
index 96be00475..0796cad81 100644
--- a/camlibs/konica/library.c
+++ b/camlibs/konica/library.c
@@ -176,6 +176,7 @@ file_list_func (CameraFilesystem *fs, const char *folder, CameraList *list,
gp_filesystem_set_file_noop (camera->fs, folder, file, context);
gp_file_unref (file);
+ gp_context_idle (context);
gp_context_progress_update (context, id, i + 1);
if (gp_context_cancel (context) == GP_CONTEXT_FEEDBACK_CANCEL)
return (GP_ERROR_CANCEL);
@@ -328,6 +329,7 @@ test_speed (Camera *camera, GPContext *context)
C(gp_port_set_settings (camera->port, settings));
if (k_init (camera->port, context) == GP_OK)
break;
+ gp_context_idle (context);
gp_context_progress_update (context, id, i + 1);
if (gp_context_cancel (context) == GP_CONTEXT_FEEDBACK_CANCEL)
return (GP_ERROR_CANCEL);