aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorCarsten Schaar <carsten@src.gnome.org>1998-10-08 03:29:45 +0800
committerCarsten Schaar <carsten@src.gnome.org>1998-10-08 03:29:45 +0800
commit79f1b787b5dfe84dec4e14f18cad33065edf9825 (patch)
treea4f1fa5c3328ca5656ec15f0b4eb19396c49667e /calendar
parentd8354e18204c54eb8660a6f4817409186d3053bc (diff)
downloadgsoc2013-evolution-79f1b787b5dfe84dec4e14f18cad33065edf9825.tar.gz
gsoc2013-evolution-79f1b787b5dfe84dec4e14f18cad33065edf9825.tar.zst
gsoc2013-evolution-79f1b787b5dfe84dec4e14f18cad33065edf9825.zip
Replaced the 'gnome_client_new_default' call with 'gnome_master_client'.
* main.c (main): Replaced the 'gnome_client_new_default' call with 'gnome_master_client'. svn path=/trunk/; revision=431
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/main.c5
-rw-r--r--calendar/main.c5
3 files changed, 11 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index cc17eaa6f3..7693a3635b 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+1998-10-07 Carsten Schaar <nhadcasc@fs-maphy.uni-hannover.de>
+
+ * main.c (main): Replaced the 'gnome_client_new_default' call with
+ 'gnome_master_client'.
+
1998-10-02 Federico Mena Quintero <federico@nuclecu.unam.mx>
* timeutil.c (time_day_begin): Changed name from
diff --git a/calendar/gui/main.c b/calendar/gui/main.c
index 7fad966413..32454f004a 100644
--- a/calendar/gui/main.c
+++ b/calendar/gui/main.c
@@ -708,14 +708,15 @@ main(int argc, char *argv[])
bindtextdomain(PACKAGE, GNOMELOCALEDIR);
textdomain(PACKAGE);
- client = gnome_client_new_default ();
+ gnome_init ("calendar", &parser, argc, argv, 0, NULL);
+
+ client = gnome_master_client ();
if (client){
gtk_signal_connect (GTK_OBJECT (client), "save_yourself",
GTK_SIGNAL_FUNC (session_save_state), argv [0]);
gtk_signal_connect (GTK_OBJECT (client), "die",
GTK_SIGNAL_FUNC (session_die), NULL);
}
- gnome_init ("calendar", &parser, argc, argv, 0, NULL);
process_dates ();
alarm_init ();
diff --git a/calendar/main.c b/calendar/main.c
index 7fad966413..32454f004a 100644
--- a/calendar/main.c
+++ b/calendar/main.c
@@ -708,14 +708,15 @@ main(int argc, char *argv[])
bindtextdomain(PACKAGE, GNOMELOCALEDIR);
textdomain(PACKAGE);
- client = gnome_client_new_default ();
+ gnome_init ("calendar", &parser, argc, argv, 0, NULL);
+
+ client = gnome_master_client ();
if (client){
gtk_signal_connect (GTK_OBJECT (client), "save_yourself",
GTK_SIGNAL_FUNC (session_save_state), argv [0]);
gtk_signal_connect (GTK_OBJECT (client), "die",
GTK_SIGNAL_FUNC (session_die), NULL);
}
- gnome_init ("calendar", &parser, argc, argv, 0, NULL);
process_dates ();
alarm_init ();
Add a ums only version of the ati driversbapt2014-10-038-0/+92 * Arbitrary bump portrevision to make sure a newer version is installed alon wi...bapt2014-10-012-2/+2 * - Fix extra keyboards patch, was broken by 1.8.0 updateak2014-09-132-3/+3 * Fix the PORTREVISION bump for the lang/gcc update that went badly forgerald2014-09-128-24/+24 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1148-46/+48 * Rework checks to select between UMS and KMS versions of the ati driver.kwm2014-09-101-2/+25 * Don't query console keymapkwm2014-09-092-1/+230 * Remove non staged ports without pending PR from *bapt2014-09-025-39/+0 * Attempt to unbreakantoine2014-08-091-1/+1 * Add USE_XORG=inputproto.adamw2014-08-071-1/+1 * Update to 0.0.4.kwm2014-07-303-9/+12 * Update wacom input driver to 0.24.99.1bapt2014-06-1126-682/+335 * Remove all space characters from Makefile assignments.olgeni2014-06-091-1/+1 * x11-drivers/xf86-video-ati:kwm2014-05-302-1/+16 * - Stagifyamdmi32014-05-212-7/+3 * Convert all :U to :tu and :L to :tlbapt2014-05-051-9/+7 * Remove expired ports:rene2014-05-0423-407/+0 * When linking a library libA with a library libB using libtool, if libB.latijl2014-04-2399-121/+58 * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-1750-56/+89 * Fix ppc arch in ONLY_FOR_ARCHESeadler2014-03-211-1/+1 * - Convert USE_GMAKE to USESmiwi2014-03-151-1/+1 * Mark BROKEN: Does not compileantoine2014-03-081-0/+2 * Remove expired ports:rene2014-02-285-55/+0 * Support stagebapt2014-02-241-2/+2 * Only use the KMS driver on i386/amd64. This allows the old version tokwm2014-02-061-1/+2 * Remove expired ports:rene2014-01-3115-160/+0 * - Reroll distribution file and host it locally to match WRKSRC enforcedrene2014-01-082-5/+4 * Add armv6 as allowed architecture.rene2014-01-051-1/+1 * Limit to arm/ppc/ppc64/sparc64rene2014-01-051-0/+2 * This package contains the X.Org xf86-video-scfb driver.rene2014-01-055-0/+27