Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > d486c623c27214f5a5f9c7f55689fbb1 > files > 1

cowbell-0.3-0.svn47.1.fc13.4.src.rpm

--- cowbell/gui/MainWindow.cs.orig	2009-05-24 02:03:53.000000000 +0200
+++ cowbell/gui/MainWindow.cs	2009-05-24 02:04:13.000000000 +0200
@@ -19,6 +19,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */

+#pragma warning disable 0649
+
 using System;
 using Gtk;
 using Glade;
--- cowbell/gui/PreferencesWindow.cs.orig	2009-05-24 02:05:04.000000000 +0200
+++ cowbell/gui/PreferencesWindow.cs	2009-05-24 02:05:25.000000000 +0200
@@ -19,6 +19,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#pragma warning disable 0649
+
 using Gtk;
 using System;
 using Cowbell.Base;