[DRE-commits] r3216 - in packages/ruby-gnome2/trunk/debian: . patches

lucas at alioth.debian.org lucas at alioth.debian.org
Sat Feb 21 14:47:38 UTC 2009


Author: lucas
Date: 2009-02-21 14:47:38 +0000 (Sat, 21 Feb 2009)
New Revision: 3216

Modified:
   packages/ruby-gnome2/trunk/debian/changelog
   packages/ruby-gnome2/trunk/debian/patches/gtk_fs_error.patch
Log:
added missing patch chunk

Modified: packages/ruby-gnome2/trunk/debian/changelog
===================================================================
--- packages/ruby-gnome2/trunk/debian/changelog	2009-02-21 14:30:25 UTC (rev 3215)
+++ packages/ruby-gnome2/trunk/debian/changelog	2009-02-21 14:47:38 UTC (rev 3216)
@@ -12,7 +12,7 @@
   [ Lucas Nussbaum ]
   * New patch: gtk_fs_error. Fixes #508272, #508788.
     Imported from
-http://ruby-gnome2.svn.sourceforge.net/viewvc/ruby-gnome2/ruby-gnome2/trunk/gtk/src/rbgtkfilechooser.c?r1=3262&r2=3342
+http://ruby-gnome2.svn.sourceforge.net/viewvc/ruby-gnome2/ruby-gnome2/trunk/gtk/src/rbgtkfilechooser.c?r1=3262&r2=3440
 
 FIXME need to s/Fixes/Closes when bugs reassigned.
 

Modified: packages/ruby-gnome2/trunk/debian/patches/gtk_fs_error.patch
===================================================================
--- packages/ruby-gnome2/trunk/debian/patches/gtk_fs_error.patch	2009-02-21 14:30:25 UTC (rev 3215)
+++ packages/ruby-gnome2/trunk/debian/patches/gtk_fs_error.patch	2009-02-21 14:47:38 UTC (rev 3216)
@@ -1,5 +1,14 @@
 --- a/gtk/src/rbgtkfilechooser.c
 +++ b/gtk/src/rbgtkfilechooser.c
+@@ -326,7 +326,7 @@ Init_gtk_file_chooser()
+ #if GTK_CHECK_VERSION(2,4,0)
+ 
+     VALUE gFileCho = G_DEF_INTERFACE(GTK_TYPE_FILE_CHOOSER, "FileChooser", mGtk);
+-#ifdef HAVE_GTK_GTKFILESYSTEM_H
++#ifdef GTK_FILE_SYSTEM_ERROR
+     VALUE eFileSystemError;
+ #endif
+ 
 @@ -372,7 +372,7 @@ Init_gtk_file_chooser()
      G_DEF_ERROR(GTK_FILE_CHOOSER_ERROR, "FileChooserError", mGtk, rb_eRuntimeError, 
                  GTK_TYPE_FILE_CHOOSER_ERROR);




More information about the Pkg-ruby-extras-commits mailing list