After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 170858 - use GnomeAbout which is deprecated
use GnomeAbout which is deprecated
Status: RESOLVED FIXED
Product: gnome-netstatus
Classification: Deprecated
Component: general
2.12.x
Other All
: Normal normal
: ---
Assigned To: Mark McLoughlin
Mark McLoughlin
Depends on:
Blocks:
 
 
Reported: 2005-03-19 00:41 UTC by Pedro Villavicencio
Modified: 2008-11-27 00:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use GtkAboutDialog instead of GnomeDialog (3.50 KB, patch)
2005-03-19 00:42 UTC, Pedro Villavicencio
none Details | Review

Description Pedro Villavicencio 2005-03-19 00:41:00 UTC
gnome-netstatus use GnomeAbout which is deprecated it should use GtkAboutDialog
Comment 1 Pedro Villavicencio 2005-03-19 00:42:42 UTC
Created attachment 38928 [details] [review]
use GtkAboutDialog instead of GnomeDialog

use GtkAboutDialog, may you take a look at the patch, please?
Comment 2 Pavel Šefránek 2008-03-09 11:30:26 UTC
After a quick look at svn this is still valid.
Comment 3 Jones Lee 2008-04-06 00:57:56 UTC
Can some confirm if the bug is fixed in CVS or latest release 2.22? If not, then we should push it to action asap prior to 2.24.
Comment 4 Andrew Starr-Bochicchio 2008-10-27 17:05:31 UTC
Still not committed. src/netstatus-applet.c contains:

#include <libgnomeui/gnome-about.h>
Comment 5 Andrew Starr-Bochicchio 2008-10-27 17:14:23 UTC
I imagine that this is also probably the root cause of this Ubuntu bug. Even if not, it should be fixed while resolving this bug. No reason to take time fixing code that is deprecated and should be changed anyway.

Please see: https://bugs.edge.launchpad.net/ubuntu/+source/gnome-netstatus/+bug/289649



Binary package hint: gnome-netstatus-applet

When opening the applet's about page by right clicking the icon and choosing about, the box doesn't close when pressing the "close" button. Credits page unaffected by this.

Expected behaviour would be for the about box to close, nothing happens. The "x" for closing the window works as intended.

Version of the applet, as reported by the about page itself: gnome-netstatus-applet 2.12.2
Ubuntu version tested on: Ubuntu 64bit 8.10 Intrepid

sami@sami-desktop:~$ lsb_release -rd
Description: Ubuntu 8.10
Release: 8.10
sami@sami-desktop:~$ apt-cache policy gnome-netstatus-applet
gnome-netstatus-applet:
  Installed: 2.12.2-0ubuntu1
  Candidate: 2.12.2-0ubuntu1
  Version table:
 *** 2.12.2-0ubuntu1 0
        500 http://archive.ubuntu.com intrepid/main Packages
        100 /var/lib/dpkg/status
Comment 6 Diego Escalante Urrelo (not reading bugmail) 2008-11-27 00:25:09 UTC
Fixed in trunk with a different patch (wish I had seen this one before!).