aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ekiga/ekiga
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-18 21:41:55 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-18 21:41:55 +0100
commit0d411e63a21d48d85728f1bff3456c545a5ef7eb (patch)
treee9f3fa3a8a7576d0ae4eb47c8347691dfa39833e /packages/ekiga/ekiga
parentb9a36921e578c7ba9a4f1274fac8becb3beb848e (diff)
downloadopenembedded-0d411e63a21d48d85728f1bff3456c545a5ef7eb.tar.gz
ekiga: add 3.0.2
Diffstat (limited to 'packages/ekiga/ekiga')
-rw-r--r--packages/ekiga/ekiga/static-fix.diff45
1 files changed, 45 insertions, 0 deletions
diff --git a/packages/ekiga/ekiga/static-fix.diff b/packages/ekiga/ekiga/static-fix.diff
new file mode 100644
index 0000000000..3c345be5c4
--- /dev/null
+++ b/packages/ekiga/ekiga/static-fix.diff
@@ -0,0 +1,45 @@
+--- /tmp/misc.cpp 2009-01-18 21:24:26.000000000 +0100
++++ ekiga-3.0.2/src/gui/misc.cpp 2009-01-18 21:24:47.000000000 +0100
+@@ -75,42 +75,6 @@
+ return button;
+ }
+
+-
+-
+-/* This function overrides from a pwlib function */
+-#ifndef STATIC_LIBS_USED
+-static gboolean
+-assert_error_msg (gpointer data)
+-{
+- GtkWidget *main_window = NULL;
+-
+- main_window = GnomeMeeting::Process ()->GetMainWindow ();
+-
+-
+- //gdk_threads_enter ();
+- std::cout << "FIXME" << std::endl << std::flush;
+- //FIXME Should use a signal in the runtime.
+- gnomemeeting_error_dialog (GTK_WINDOW (main_window),
+- _("Error"),
+- "%s", (gchar *) data);
+- //gdk_threads_leave ();
+-
+- return FALSE;
+-}
+-
+-
+-void
+-PAssertFunc (G_GNUC_UNUSED const char *file,
+- G_GNUC_UNUSED int line,
+- G_GNUC_UNUSED const char *className,
+- const char *msg)
+-{
+- g_idle_add_full (G_PRIORITY_HIGH, assert_error_msg, g_strdup (msg), g_free);
+-}
+-#endif
+-
+-
+-
+ PString
+ gnomemeeting_pstring_cut (PString s)
+ {