[GnomeMeeting-devel-list] [PATCH] i18n even with DISABLE_GNOME
- From: PUYDT Julien <julien puydt laposte net>
- To: GnomeMeeting Devel Liste <gnomemeeting-devel-list gnome org>
- Subject: [GnomeMeeting-devel-list] [PATCH] i18n even with DISABLE_GNOME
- Date: Thu, 08 Apr 2004 12:45:22 +0200
No, I still don't have an account.
Snark
diff -ur gnomemeeting-cvs-20040407.CVS/src/main_window.cpp gnomemeeting-cvs-20040407.CVS.patched/src/main_window.cpp
--- gnomemeeting-cvs-20040407.CVS/src/main_window.cpp 2004-04-07 10:08:13.000000000 +0200
+++ gnomemeeting-cvs-20040407.CVS.patched/src/main_window.cpp 2004-04-08 12:27:55.000000000 +0200
@@ -1575,19 +1575,6 @@
/* Upgrade the preferences */
gnomemeeting_conf_upgrade ();
-
-#ifndef DISABLE_GNOME
- /* Cope with command line options */
- struct poptOption arguments [] =
- {
- {"debug", 'd', POPT_ARG_INT, &debug_level,
- 1, N_("Prints debug messages in the console (level between 1 and 6)"),
- NULL},
- {"call", 'c', POPT_ARG_STRING, &url,
- 1, N_("Makes GnomeMeeting call the given URL"), NULL},
- {NULL, '\0', 0, NULL, 0, NULL, NULL}
- };
-
/* Initialize gettext */
textdomain (GETTEXT_PACKAGE);
@@ -1601,8 +1588,19 @@
* ALSA will be everywhere
*/
gnomemeeting_mixers_mic_select ();
-
-
+
+#ifndef DISABLE_GNOME
+ /* Cope with command line options */
+ struct poptOption arguments [] =
+ {
+ {"debug", 'd', POPT_ARG_INT, &debug_level,
+ 1, N_("Prints debug messages in the console (level between 1 and 6)"),
+ NULL},
+ {"call", 'c', POPT_ARG_STRING, &url,
+ 1, N_("Makes GnomeMeeting call the given URL"), NULL},
+ {NULL, '\0', 0, NULL, 0, NULL, NULL}
+ };
+
/* GnomeMeeting Initialisation */
gnome_program_init ("gnomemeeting", VERSION,
LIBGNOMEUI_MODULE, argc, argv,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]