aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/e-shell-startup-wizard.c4
2 files changed, 9 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d5745789e8..de019dd64e 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-10 Bill Zhu <bill.zhu@sun.com>
+
+ * e-shell-startup-wizzard.c (key_press_event_callback): Used the stock
+ icon in confirm dialog.
+
+ Fixes #55063
+
2004-03-06 Pratik V. Parikh <pratikvp@despammed.com>
* e-shell-window-commands.c (command_quick_reference): Check that
diff --git a/shell/e-shell-startup-wizard.c b/shell/e-shell-startup-wizard.c
index dc5e349cc8..47f91d0f5f 100644
--- a/shell/e-shell-startup-wizard.c
+++ b/shell/e-shell-startup-wizard.c
@@ -791,8 +791,8 @@ key_press_event_callback (GtkWidget *widget,
GTK_BUTTONS_NONE,
confirmations);
- gtk_dialog_add_button (confirm_dialog, _("Cancel"), GTK_RESPONSE_CANCEL);
- gtk_dialog_add_button (confirm_dialog, _("Quit Assistant"), GTK_RESPONSE_OK);
+ gtk_dialog_add_button (confirm_dialog, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
+ gtk_dialog_add_button (confirm_dialog, GTK_STOCK_QUIT, GTK_RESPONSE_OK);
returnvalue = gtk_dialog_run (GTK_DIALOG (confirm_dialog));
gtk_widget_destroy (confirm_dialog);
kports listkris2005-07-251-1/+1 * Correct typokris2005-07-251-1/+1 * Add prototypes for all the subroutines which fixes compilation withmarcus2005-07-111-9/+20 * Fix typosvs2005-04-181-3/+3 * As discussed on the cvs-ports-list, make 'addport' print a warning if the dir...vs2005-04-121-0/+1 * Add a splitpatch.pl utility, a small script to convert multi-filetobez2005-04-122-0/+112 * - Add bump_revision.pl, a small script to bump the PORTREVISION variableflz2005-04-122-1/+193 * - Replace pkg-comment with COMMENT to reflect latest (*sigh*) changesflz2005-04-121-2/+2 * Use WRKDIRPREFIX instead of hardcoded value.kris2005-04-121-1/+3 * Change rsync -l to -L for the tarballs/ directory (so that danglingkris2005-04-031-1/+1 * Build packages with WRKDIRPREFIX=/work (which does not exist bykris2005-04-031-1/+9 * Increase the nc poll timeout to better deal with network latencies.kris2005-04-031-1/+1 * Flip over the -plistcheck switch to -noplistcheck since we now want tokris2005-04-031-5/+5 * Update the list of files and directories to filter from the plist checking.kris2005-04-031-1/+3 * Checkout Templates from CVS as well since ports with GNU_CONFIGURE willvs2005-03-211-0/+2 * Put $FreeBSD$ for ident(1)'ing.krion2005-03-131-0/+1 * Hopefully last try to fix readmes build.krion2005-03-121-1/+2 * Fix problems with quoting if PORTSTOP is specified.krion2005-03-101-1/+1 * * Add info files to TMPPLIST, only if INFO is specified. [1]krion2005-03-011-1/+1 * * Instead of using umount -f to unmount things, first use fstat tokris2005-02-121-6/+44 * Only try to chown the portbuild directory if we are a disconnected clientkris2005-02-121-1/+1 * Instead of using umount -f to unmount things, first use fstat to look forkris2005-02-121-1/+35 * * Instead of using umount -f to unmount things, first use fstat tokris2005-02-121-7/+44 * Update the plist checking to look for a subset of files and weed out somekris2005-02-121-1/+6 * Document the check-latest-link and tindex scriptskris2005-01-241-1/+5 * Add the script I use to look for duplicate LATEST_LINK entries and tokris2005-01-241-0/+72 * This is the script I use to build indexes for all supported ports branches,kris2005-01-241-0/+164 * Remove traling spaces.krion2005-01-0928-52/+52 * Always set up the bindist-${hostname}.tar file since it's usually small.kris2005-01-071-1/+1 * Unset the __MAKE_CONF variable after setting up buildenv, because wekris2005-01-071-0/+3 * Allow machines to use an alternate address for polling for job load (e.g.kris2005-01-071-1/+3 * * Include portbuild.conf before portbuild.${hostname} to reset the defaultkris2005-01-071-4/+6 * * The mlist file now only has one field per line.kris2005-01-071-4/+9 * krion wants to drink from the pointyhat email firehose as well.kris2005-01-071-1/+1 * Now that I have so many remote build machines, don't force trying tokris2005-01-071-7/+0 * * Support the -norsync argument to only remove the existing build chrootskris2004-12-281-2/+8 * * It does in fact make sense to specify -incremental and -noindex at thekris2004-12-281-7/+7 * Fix the Xvfb code to run Xvfb before the build phase if detectedkris2004-12-281-15/+25 * Overhaul of the job scheduler. The new scheduler runs buildskris2004-12-284-29/+119 * Overhaul of the job scheduler. The new scheduler runs buildskris2004-12-281-26/+33 * * Catch up to change in formatting of 'extra files' section in logskris2004-12-281-4/+3 * /rescue/mount_linprocfs isn't functional when called bykris2004-12-281-1/+2 * Support 5-exp buildskris2004-12-284-4/+14 * Use X_WINDOW_SYSTEM for 4.x builds too.kris2004-12-101-2/+2 * Belatedly catch up to XFREE86_VERSION -> X_WINDOW_SYSTEM change; applykris2004-12-101-3/+3 * The explanations of each build error no longer live on bento, they livelinimon2004-12-092-7/+7 * Construct permanent links to the error logs here too.kris2004-12-051-4/+4 * Copy the statically-linked binaries from /rescue on the host, insteadkris2004-12-051-4/+11 * Be silent about attempts to unmount filesystems from within the chrootkris2004-12-051-4/+4 * Clean up the symlink in ${pb}/${arch}/${branch}/latest/${dir} when we findkris2004-11-251-0/+5 * If sudo_cmd is set, assume we need to chown the files we created onkris2004-11-251-0/+3 * Rework the -incremental support slightly; this should now be robust enoughkris2004-11-251-3/+5 * Catch up to the changed format of the logs.kris2004-11-251-4/+4 * * Recursively list all files detected as having been left behind afterkris2004-11-251-7/+22 * * Fix INDEX build if MAINTAINER is not defined. [1]krion2004-11-191-0/+47 * Newline should go after the terminating punctuation (fix typo).dd2004-11-071-1/+1 * Fix a couple of bugs in the extraction of this from dopackages, andkris2004-10-251-33/+20 * Redefine the -norestr option to mean 'don't build the list ofkris2004-10-251-78/+73 * If the symlink under latest/ exists, then use that to find the most recentkris2004-10-251-1/+6 * We now also do 6.x builds in the '6' branch.kris2004-10-251-3/+3 * Use the absolute path to nc(1) to deal with it not being in the PATH.kris2004-10-251-3/+1 * Clean up the 'latest error log' symlink when the build is successful.kris2004-10-251-0/+4 * When a port build fails, create a symlink to the error log underkris2004-10-251-3/+4 * Strip out date/time from +++/--- headers in generated patchfiles, so that theysobomax2004-10-141-11/+12 * Support ${client_user} and ${sudo_cmd} for running commands as root onkris2004-09-271-1/+5 * * Break out setupnode into the dosetupnode script so it may be calledkris2004-09-271-37/+3 * Break out the setupnode function of dopackages into a separate script sokris2004-09-271-0/+47 * * Bail out if we can't claim a chroot directory in the client (e.g. ifkris2004-09-271-13/+17 * Refuse to "clean" / if something goes wrong upstream and we are passedkris2004-09-271-0/+5 * Pull in portbuild.$(hostname) for per-client customizationkris2004-09-271-1/+3 * Support 6.x buildskris2004-09-272-1/+5 * * Support 6.x buildskris2004-09-271-2/+12 * Use a consistent PATH in both portbuild and dopackages.marcus2004-08-281-1/+1 * Avoid possible GNATS timeouts by using query-pr.real direclty.krion2004-07-281-1/+1 * Clean up the specified chroot (umount filesystems, and scrub thekris2004-07-141-0/+36 * Atomically claim an unused chroot directory. The previous algorithmkris2004-07-141-0/+52 * Bump up the cleanup timeout to directories that have been in use forkris2004-07-141-3/+3 * Back out the attempt to list the error type in the failure summary;kris2004-07-141-14/+1 * Generate permanent URLs in the error reports. The directories likekris2004-07-141-1/+10 * * Add support for ${TRYBROKEN}.kris2004-07-141-6/+67 * * Add a cleanup() function and use it so that we archive the ${WRKDIR}kris2004-07-141-68/+122 * * Remove the quickports stuff, it didn't (ever?) work as designed andkris2004-07-141-112/+156 * Parse the slightly-different format of the build logs.kris2004-07-141-1/+1 * Parse the slightly-different format of the build logs.kris2004-07-141-3/+3 * * Accept another argument, the value of the disconnected variable thatkris2004-07-141-25/+25 * Allow local customization of the node using the portbuild.$(hostname) file.kris2004-07-141-0/+1 * Send me mail when a previously-broken port builds successfully.kris2004-07-141-2/+5 * * Initial support for disconnected nodes (not on same LAN as buildkris2004-07-141-83/+88 * Hack around the sparc64 64-bit time_t test in 'installworld' sincekris2004-07-141-0/+1 * * Break out the 'parallel' target from /usr/ports/Makefile. Onekris2004-07-141-6/+40 * Set INDEX_JOBS to control index build concurrencykris2004-07-141-0/+3 * Drop the ignorelist concurrency back to 1 because I'm occasionally seeingkris2004-07-141-1/+1 * * If we time out connecting to a machine, give it a weight of 999 to makekris2004-07-141-2/+2 * Chase bento to pointyhatkris2004-07-141-1/+1