Re: [GnomeMeeting-devel-list] [PATCH] Sound Input only plugins?



maillog: 05/04/2005-16:04:50(+0900): Георги Георгиев types
> Well, what do you know. I read a bit the gtk+ reference, and managed to
> bring the prefs window back to its original state. :)
> 
> Screenshots of this version are the ones with an "A" in the name.
> http://gg3.net/~chutz/ss/gm/

Incremental patch from version A. I forgot to "free this list with
g_list_free() when you are [I am] done with it."

-- 
 /   Georgi Georgiev    / "They're unfriendly, which is fortunate,      /
\     chutz gg3 net    \  really. They'd be difficult to like." --     \
 /  +81(90)2877-8845    / Avon                                          /
diff -ru gnomemeeting.A/src/pref_window.cpp gnomemeeting.new/src/pref_window.cpp
--- gnomemeeting.A/src/pref_window.cpp	2005-04-05 15:57:47.000000000 +0900
+++ gnomemeeting.new/src/pref_window.cpp	2005-04-05 17:04:04.000000000 +0900
@@ -1995,4 +1995,5 @@
     g_list_foreach(w, (GFunc)gtk_widget_hide, NULL);
     gtk_widget_hide(pw->output_plugin_menu);
   }
+  g_list_free(w);
 }


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