gnome-terminal r3186 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r3186 - trunk/src
- Date: Tue, 21 Oct 2008 19:44:53 +0000 (UTC)
Author: chpe
Date: Tue Oct 21 19:44:53 2008
New Revision: 3186
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=3186&view=rev
Log:
Only add the smclient option group when compiling with smclient support.
Modified:
trunk/src/terminal.c
Modified: trunk/src/terminal.c
==============================================================================
--- trunk/src/terminal.c (original)
+++ trunk/src/terminal.c Tue Oct 21 19:44:53 2008
@@ -238,7 +238,9 @@
&argc, &argv,
&error,
gtk_get_option_group (TRUE),
+#ifdef WITH_SMCLIENT
egg_sm_client_get_option_group (),
+#endif
NULL);
if (!options)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]