~ubuntu-branches/ubuntu/precise/gnomeradio/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/trayicon.c.patch

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2008-05-12 00:36:27 UTC
  • mfrom: (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080512003627-m4r405wwqc2e3xgv
Tags: 1.7-6
* debian/changelog: sync with the one from ubuntu.
* debian/patches/prefs.c.patch: fixed. In 1.7-6 I've uploaded a wrong
  version of the patch, now it's the right one that Cesare Tirabassi
  has included in the ubuntu's package. (Closes: #468796, #462891)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur trunk/src/trayicon.c trunk.new/src/trayicon.c
 
2
--- trunk/src/trayicon.c        2006-11-05 18:42:57.000000000 +0100
 
3
+++ trunk.new/src/trayicon.c    2007-07-16 00:40:37.000000000 +0200
 
4
@@ -22,6 +22,7 @@
 
5
 #include <gnome.h>
 
6
 #include "gui.h"
 
7
 #include "trayicon.h"
 
8
+#include "eggtrayicon.h"
 
9
 
 
10
 static GtkWidget *showwindow_menuitem;
 
11