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

« back to all changes in this revision

Viewing changes to debian/patches/gnomeradio-draw_signal.patch

  • 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:
4
4
## Bug-Debian: 
5
5
## Author: Pojar George
6
6
## Forwarded: not-needed
7
 
Index: b/src/gui.c
 
7
Index: gnomeradio-1.8/src/gui.c
8
8
===================================================================
9
 
--- a/src/gui.c 2012-12-03 10:14:54.530899819 +0000
10
 
+++ b/src/gui.c 2012-12-03 10:14:54.758899812 +0000
 
9
--- gnomeradio-1.8.orig/src/gui.c       2013-07-05 06:20:20.068561000 +0000
 
10
+++ gnomeradio-1.8/src/gui.c    2013-07-05 06:27:37.645212997 +0000
11
11
@@ -349,7 +349,7 @@
12
12
        /* window = gdk_pixmap_new(real_window, win_width, win_height, -1); */
13
13
 
24
24
-       
25
25
 
26
26
-static gboolean expose_event_cb(GtkWidget *widget, GdkEventExpose *event, gpointer data)
27
 
+static gboolean draw_cb(GtkWidget *widget, GdkEventExpose *event, gpointer data)
 
27
+static gboolean draw_cb(GtkWidget *widget, cairo_t *cr, gpointer data)
28
28
 {
29
29
        redraw_status_window();
30
30
        return TRUE;