[gnome-mud] Crash Fix Patch for CVS GMud
- From: Les Harris <lescom comcast net>
- To: gnome-mud-list gnome org
- Subject: [gnome-mud] Crash Fix Patch for CVS GMud
- Date: Tue, 20 Dec 2005 11:23:13 +0000
Here's the patch that will fix the crash on connect issue in gnome-mud
HEAD.
Les
____ PATCH FOLLOWS ____
? gnome-mud-crash-fix.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-mud/ChangeLog,v
retrieving revision 1.334
diff -u -r1.334 ChangeLog
--- ChangeLog 15 Sep 2005 07:36:25 -0000 1.334
+++ ChangeLog 20 Dec 2005 11:21:14 -0000
@@ -1,3 +1,7 @@
+2005-12-20 Les Harris <lescom comcast net>
+
+ * Removed duplicate code that caused a crash on connect.
+
2005-09-14 Jordi Mallach <jordi sindominio net>
* Merge gnome-mud-glade-branch to HEAD.
Index: src/mud-connection-view.c
===================================================================
RCS file: /cvs/gnome/gnome-mud/src/mud-connection-view.c,v
retrieving revision 1.2
diff -u -r1.2 mud-connection-view.c
--- src/mud-connection-view.c 15 Sep 2005 07:36:25 -0000 1.2
+++ src/mud-connection-view.c 20 Dec 2005 11:21:15 -0000
@@ -273,12 +273,6 @@
GtkWidget *box;
connection_view->priv = g_new0(MudConnectionViewPrivate, 1);
//FIXME connection_view->priv->prefs = mud_preferences_new(NULL);
-
- connection_view->priv->signal =
- g_signal_connect(G_OBJECT(connection_view->priv->profile),
- "changed",
- G_CALLBACK(mud_connection_view_profile_changed_cb),
- connection_view);
box = gtk_hbox_new(FALSE, 0);
@@ -300,7 +294,6 @@
connection_view->priv->box = box;
- mud_connection_view_reread_profile(connection_view);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]