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 79491 - Shouldn't use bonobo_window_construct()
Shouldn't use bonobo_window_construct()
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on: 77225
Blocks:
 
 
Reported: 2002-04-22 12:12 UTC by Murray Cumming
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix use of bonobo_window_construct() (1.36 KB, patch)
2002-04-22 12:13 UTC, Murray Cumming
none Details | Review

Description Murray Cumming 2002-04-22 12:12:21 UTC
2002-04-22  Murray Cumming  <murrayc@usa.net>

	* shell/eog-window.c eog_window_new():
	Use construct-time properties with g_object_new() instead of
	bonobo_window_construct(), which should no longer be used.
Comment 1 Murray Cumming 2002-04-22 12:13:41 UTC
Created attachment 7860 [details] [review]
Fix use of bonobo_window_construct()
Comment 2 Jens Finke 2002-04-23 06:28:35 UTC
Applied the patch. Thank you very much.
Comment 3 Jens Finke 2002-04-23 07:05:56 UTC
Since there has been some problems with the bonobo patch this patch
depends on, I've reverted it in CVS. So this bug is reopened and waits
for the stuff to be sorted out in libbonobo.
Comment 4 Murray Cumming 2002-04-24 00:39:47 UTC
reapplied.