[GnomeMeeting-devel-list] minor patch for gnomemeeting



Since I am stubbornly refusing to install gnome, I'd like to point out a
missing #ifdef in src/gnomemeeting.cpp


Index: src/gnomemeeting.cpp
===================================================================
RCS file: /cvs/gnome/gnomemeeting/src/gnomemeeting.cpp,v
retrieving revision 1.87
diff -u -u -r1.87 gnomemeeting.cpp
--- src/gnomemeeting.cpp	8 Aug 2003 14:23:45 -0000	1.87
+++ src/gnomemeeting.cpp	10 Aug 2003 22:34:18 -0000
@@ -448,7 +448,9 @@
   gw->calls_history_window = gnomemeeting_calls_history_window_new (chw);  
   gw->pref_window = gnomemeeting_pref_window_new (pw);  
   gw->ldap_window = gnomemeeting_ldap_window_new (lw);
+#ifndef DISABLE_GNOME
   gw->druid_window = gnomemeeting_druid_window_new (dw);
+#endif
 #ifndef WIN32
   gw->docklet = gnomemeeting_init_tray ();
   if (gconf_client_get_bool (client, GENERAL_KEY "do_not_disturb", 0))

-- 
()   Georgi Georgiev   () "In order to make an apple pie from scratch, ()
()    chutz gg3 net    () you must first create the universe." -- Carl ()
()  +81(90)6266-1163   () Sagan, Cosmos                                ()



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