Re: [Ekiga-devel-list] Unhandled exception in ekiga.exe (LIBGTK-WIN32-2.0-0.DLL)



Hi Jan,

The patch the attahced.
By the way, you don't need a new define. DISABLE_GNOME
is already there :-)

Andre

--- Jan Schampera <jan schampera web de> wrote:

> On Mon, 29 Jan 2007 11:38:09 -0800 (PST)
> Andre Kirchner <supercroc1974 yahoo com> wrote:
> 
> > Hi,
> > 
> > I have this patch that fixes the following
> exception
> > when runing Ekiga in a Windows box.
> 
> > diff
> ./src/gmcvs_win32/build/ekiga/src/gui/main.cpp
> > ./src_01/gmcvs_win32/build/ekiga/src/gui/main.cpp
> > 1113c1113
> > <       GTK_MENU_ENTRY("about", _("_About"),
> > ---
> 
> Andre,
> 
> though this is a relatively simple patch, could you
> please attach it to
> the mails? It's very easy to make c&p mistakes here.
> Also, if you don't
> mind, can you use -u diff's? The format is more
> readable.
> 
> So, for the Windows/non-Gnome #ifdef, you give it a
> name?
> 
> J.
> 
> 
> -- 
> Der Mensch, der bereit ist, seine Freiheit
> aufzugeben, um
> Sicherheit zu gewinnen, wird beides verlieren.
> - Benjamin Franklin
> _______________________________________________
> Ekiga-devel-list mailing list
> Ekiga-devel-list gnome org
>
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
> 


 
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121
diff -u ./src/gmcvs_win32/build/ekiga/src/gui/main.cpp ./src_01/gmcvs_win32/build/ekiga/src/gui/main.cpp
--- ./src/gmcvs_win32/build/ekiga/src/gui/main.cpp	2007-01-29 10:55:39.000000000 -0800
+++ ./src_01/gmcvs_win32/build/ekiga/src/gui/main.cpp	2007-01-29 11:34:24.000000000 -0800
@@ -1110,7 +1110,7 @@
 		     GTK_SIGNAL_FUNC (about_callback), (gpointer) main_window,
 		     TRUE),
 #else
-      GTK_MENU_ENTRY("about", _("_About"),
+      GTK_MENU_ENTRY("about", NULL,
 		     _("View information about Ekiga"),
 		     NULL, 'a', 
 		     GTK_SIGNAL_FUNC (about_callback), (gpointer) main_window,
diff -u ./src/gmcvs_win32/build/ekiga/src/gui/statusicon.cpp ./src_01/gmcvs_win32/build/ekiga/src/gui/statusicon.cpp
--- ./src/gmcvs_win32/build/ekiga/src/gui/statusicon.cpp	2007-01-29 10:58:21.000000000 -0800
+++ ./src_01/gmcvs_win32/build/ekiga/src/gui/statusicon.cpp	2007-01-29 11:35:09.000000000 -0800
@@ -158,12 +158,12 @@
 		     GTK_SIGNAL_FUNC (about_callback), (gpointer) main_window,
 		     TRUE),
 #else
-      GTK_MENU_ENTRY("help", _("_Contents"),
+      GTK_MENU_ENTRY("help", NULL,
                      _("Get help by reading the Ekiga manual"),
                      GTK_STOCK_HELP, GDK_F1,
                      NULL, NULL, FALSE),
 
-      GTK_MENU_ENTRY("about", _("_About"),
+      GTK_MENU_ENTRY("about", NULL,
 		     _("View information about Ekiga"),
 		     NULL, 'a',
 		     GTK_SIGNAL_FUNC (about_callback), (gpointer) main_window,


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