~ubuntu-branches/ubuntu/saucy/gnomeradio/saucy

« back to all changes in this revision

Viewing changes to .pc/gnomeradio-build.patch/src/gui.c

  • Committer: Package Import Robot
  • Author(s): POJAR GEORGE
  • Date: 2013-07-05 15:14:16 UTC
  • Revision ID: package-import@ubuntu.com-20130705151416-pebdtz831ugsabv3
Tags: 1.8-2ubuntu15
* Modified debian/patches/gnomeradio-alsa.patch: Added command line option to
  disable loopback digital audio from radio device.
* Modified debian/patches/gnomeradio-media_types.patch: Use
  g_return_val_if_fail().
* debian/gnomeradio.sgml: Updated man page.
* Refresh patches:
  - debian/patches/gnomeradio-alsamixer.patch
  - debian/patches/gnomeradio-media_types.patch
  - debian/patches/gnomeradio-save_the_world.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
        return TRUE;    
409
409
}
410
410
 
411
 
static gboolean draw_cb(GtkWidget *widget, GdkEventExpose *event, gpointer data)
 
411
static gboolean draw_cb(GtkWidget *widget, cairo_t *cr, gpointer data)
412
412
{
413
413
        redraw_status_window();
414
414
        return TRUE;