]> Pileus Git - ~andy/gtk/commitdiff
Make sure we always return a value. Return None in the fallthrough case.
authorManish Singh <yosh@gimp.org>
Thu, 2 Dec 2004 21:20:07 +0000 (21:20 +0000)
committerManish Singh <yosh@src.gnome.org>
Thu, 2 Dec 2004 21:20:07 +0000 (21:20 +0000)
Thu Dec  2 13:18:34 2004  Manish Singh  <yosh@gimp.org>

        * gdk/x11/gdkgc-x11.c (make_fg_tile_picture): Make sure we always
        return a value. Return None in the fallthrough case.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkgc-x11.c

index 1c3c56bab2dee8333d5f6f1c93cf8eee2155696b..8c01b97415ffa6e0188d3841013cf00017cde11d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec  2 13:18:34 2004  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkgc-x11.c (make_fg_tile_picture): Make sure we always
+       return a value. Return None in the fallthrough case.
+
 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkmessagedialog.c: (setup_primary_label_font):
index 1c3c56bab2dee8333d5f6f1c93cf8eee2155696b..8c01b97415ffa6e0188d3841013cf00017cde11d 100644 (file)
@@ -1,3 +1,8 @@
+Thu Dec  2 13:18:34 2004  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkgc-x11.c (make_fg_tile_picture): Make sure we always
+       return a value. Return None in the fallthrough case.
+
 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkmessagedialog.c: (setup_primary_label_font):
index 1c3c56bab2dee8333d5f6f1c93cf8eee2155696b..8c01b97415ffa6e0188d3841013cf00017cde11d 100644 (file)
@@ -1,3 +1,8 @@
+Thu Dec  2 13:18:34 2004  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkgc-x11.c (make_fg_tile_picture): Make sure we always
+       return a value. Return None in the fallthrough case.
+
 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkmessagedialog.c: (setup_primary_label_font):
index 1c3c56bab2dee8333d5f6f1c93cf8eee2155696b..8c01b97415ffa6e0188d3841013cf00017cde11d 100644 (file)
@@ -1,3 +1,8 @@
+Thu Dec  2 13:18:34 2004  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkgc-x11.c (make_fg_tile_picture): Make sure we always
+       return a value. Return None in the fallthrough case.
+
 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkmessagedialog.c: (setup_primary_label_font):
index f6e4e51a89ece7d4d6630cca24d89be9aaa29e85..08ffde7bc98c7bf148d67a8809bd662b8d434cb0 100644 (file)
@@ -998,6 +998,8 @@ make_fg_tile_picture (GdkGC *gc)
                                   format,
                                   CPRepeat, &pa);
     }
+
+  return None;
 }
 
 static Picture