gnome-login-check crases put in 67593
- From: Wayne Schuller <k_wayne linuxpower org>
- To: gnome-bugsquad gnome org
- Subject: gnome-login-check crases put in 67593
- Date: 03 Mar 2002 14:48:52 +1100
hi all,
I am putting gnome-login-check crashes in:
http://bugzilla.gnome.org/show_bug.cgi?id=67593
Please mark your dups here when you see them.
I don't think there is a big problem with this program, but it is
crashing for a few people.
I've also attached a patchlet to not hardcode the version for this tool
as 0.1. This allows bug-buddy to show us which gnome-core they are using
without confusing us.
kmarass: Can I commit?
thanks,
wayne
? gnome_login_check_patchlet.diff
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-core/gsm/ChangeLog,v
retrieving revision 1.206.2.5
diff -u -r1.206.2.5 ChangeLog
--- ChangeLog 2002/01/30 00:20:58 1.206.2.5
+++ ChangeLog 2002/03/03 06:58:38
@@ -1,3 +1,7 @@
+2002-03-03 Wayne Schuller <k_wayne linuxpower org>
+
+ * gnome-login-check.c: (main): Use VERSION instead of 0.1 for the version so we can track bug reports on the gnome-core version and not be confused.
+
2002-01-30 Kjartan Maraas <kmaraas gnome org>
* gsm-client-list.c: Add patch from Glynn to fix a crash in
Index: gnome-login-check.c
===================================================================
RCS file: /cvs/gnome/gnome-core/gsm/gnome-login-check.c,v
retrieving revision 1.10
diff -u -r1.10 gnome-login-check.c
--- gnome-login-check.c 2001/01/10 16:05:07 1.10
+++ gnome-login-check.c 2002/03/03 06:58:38
@@ -238,7 +238,7 @@
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
textdomain (PACKAGE);
- gnome_init ("gnome-login-check", "0.1", argc, argv);
+ gnome_init ("gnome-login-check", VERSION, argc, argv);
gdk_window_get_pointer (GDK_ROOT_PARENT(), NULL, NULL, &state);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]