Blob Blame History Raw
From 9182adfcf23a5cdaff79c19c1d738f2d44c88889 Mon Sep 17 00:00:00 2001
From: Filippo Argiolas <filippo.argiolas@gmail.com>
Date: Sun, 21 Feb 2010 15:31:23 +0100
Subject: [PATCH 1/2] Update cheese dependencies and reflect recent api changes

---
 configure.ac          |    2 +-
 src/um-photo-dialog.c |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/um-photo-dialog.c b/src/um-photo-dialog.c
index 14be1e0..d546741 100644
--- a/src/um-photo-dialog.c
+++ b/src/um-photo-dialog.c
@@ -306,7 +306,10 @@ update_photo_menu_status (UmPhotoDialog *um)
 
 static void
 device_added (CheeseCameraDeviceMonitor *monitor,
-              GObject                   *device,
+              const gchar               *id,
+              const gchar               *device_file,
+              const gchar               *product_name,
+              gint                       api_version,
               UmPhotoDialog             *um)
 {
         um->num_cameras++;
-- 
1.6.6.1