~bcurtiswx/ubuntu/precise/empathy/3.4.2.3-0ubuntu1

« back to all changes in this revision

Viewing changes to src/empathy-camera-menu.c

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-21 15:12:56 UTC
  • mfrom: (1.1.84)
  • Revision ID: package-import@ubuntu.com-20111221151256-9b1pny75wphfmqd6
Tags: 3.3.3-0ubuntu1
* New upstream version
  - Require folks >= 0.6.6 (LP: #907501)
* debian/control
  - bump build depends for folks to >= 0.6.6
* debian/watch
  - use the .xz file

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
  if (!tp_strdiff (device, current_device))
147
147
    goto out;
148
148
 
149
 
  empathy_call_window_play_camera (self->priv->window, FALSE);
150
 
  empathy_video_src_change_device (video, device);
151
 
  empathy_call_window_play_camera (self->priv->window, TRUE);
 
149
  empathy_call_window_change_webcam (self->priv->window, device);
152
150
 
153
151
 out:
154
152
  g_free (current_device);