2009-02-23 [cleroy] 3.7.0cvs73
[claws.git] / src / addressadd.c
index dd405f508885eb5082b54d583152faca2562862e..ced28adb2c477d739a6fb899802c20235903a062 100644 (file)
@@ -128,7 +128,7 @@ static gboolean addressadd_tree_button( GtkCMCTree *ctree, GdkEventButton *event
 static void addressadd_size_allocate_cb(GtkWidget *widget,
                                         GtkAllocation *allocation)
 {
-       g_return_if_fail(allocation != NULL);
+       cm_return_if_fail(allocation != NULL);
 
        prefs_common.addressaddwin_width = allocation->width;
        prefs_common.addressaddwin_height = allocation->height;