gnome-nettool r900 - in trunk: . src
- From: gpoo svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-nettool r900 - in trunk: . src
- Date: Tue, 31 Mar 2009 14:06:36 +0000 (UTC)
Author: gpoo
Date: Tue Mar 31 14:06:36 2009
New Revision: 900
URL: http://svn.gnome.org/viewvc/gnome-nettool?rev=900&view=rev
Log:
2009-03-31 German Poo-Caamano <gpoo gnome org>
* src/main.c: Fix glibtop initialization order in order to
make it work on BSD. Fixed #576221 (Joe Marcus Clarke)
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/src/main.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Mar 31 14:06:36 2009
@@ -1,6 +1,13 @@
gnome-nettool 2.28.0,
---------------------------------
+ - #576221: Fix glibtop initialization order in order to
+ make it work on BSD (Joe Marcus Clarke)
+
+ - Updated translations:
+ - bg (Alexander Shopov)
+ - kn (Shankar Prasad)
+
gnome-nettool 2.26.0, 2009-03-16
---------------------------------
Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c (original)
+++ trunk/src/main.c Tue Mar 31 14:06:36 2009
@@ -120,6 +120,8 @@
textdomain (GETTEXT_PACKAGE);
#endif
+ glibtop_init ();
+
if (!gtk_init_with_args (&argc, &argv, NULL, options, NULL, &error)) {
g_print ("%s\n\n", error->message);
return -1;
@@ -228,8 +230,6 @@
gtk_widget_show (window);
- glibtop_init ();
-
gtk_main ();
glibtop_close ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]