Re: [GnomeMeeting-devel-list] [PATCH] compilation warnings



Am Freitag, 30. Januar 2004 13:36 schrieb PUYDT Julien:
> Hi,
>
> the recent cleaning of configure led to the compilation of the lib/
> directory with g++ instead of gcc, and hence made the compilation a
> little more verbose in stderr...
>
> This patch fixes those new warnings (I don't want to touch to xdap.c!).
>
> Snark

I think the part below ist wrong, should not it be "} else {"?

@@ -294,13 +294,14 @@
                             menu [i].widget);      
 
     
-    if (menu [i].id)
+    if (menu [i].id) {
       if (menu [i].type != MENU_SUBMENU_NEW)
        g_object_set_data (G_OBJECT (menubar), menu [i].id,
                           menu [i].widget);
       else
        g_object_set_data (G_OBJECT (menubar), menu [i].id,
                           menu_widget);
+    }
       
Greets,

Stefan

-- 
Stefan Brüns  /  Kastanienweg 6 - Zimmer 1206  /  52074 Aachen
mailto:lurch gmx li  http://www.kawo1.rwth-aachen.de/~lurchi/
   phone: +49 241 169-4206     mobile: +49 160 7532733 

Attachment: pgpot9zDeHSmF.pgp
Description: signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]