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 95836 - properties window should be a dialog
properties window should be a dialog
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-10-15 15:52 UTC by Dave Bordoley [Not Reading Bug Mail]
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A patch to implement bug report 95836. (3.77 KB, patch)
2002-10-17 05:20 UTC, Dennis Cranston
none Details | Review
A new patch -- modified per Dave Camp's email. (3.57 KB, patch)
2002-10-21 21:07 UTC, Dennis Cranston
none Details | Review
In this patch FMPropertiesWindow derives from GtkDialog. (5.59 KB, patch)
2002-10-24 17:01 UTC, Dennis Cranston
none Details | Review

Description Dave Bordoley [Not Reading Bug Mail] 2002-10-15 15:52:11 UTC
the file/folder properties window should be a dialog not a top level
window, should not be resizable, and should have a help button too i presume.
Comment 1 Dennis Cranston 2002-10-17 05:20:02 UTC
Created attachment 11618 [details] [review]
A patch to implement bug report 95836.
Comment 2 Dennis Cranston 2002-10-17 05:22:27 UTC
Can I apply the attached patch to nautilus (CVS HEAD)?
Comment 3 Dave Bordoley [Not Reading Bug Mail] 2002-10-17 13:16:28 UTC
wow cool...dennis send the patch to nautilus-list@gnome.org, or if you
are ever on irc talk to campd or alex in #nautilus they are the
maintainers and that tends to be the easiest way to get ahold of them.
This should go in i hope.
Comment 4 Dennis Cranston 2002-10-21 21:07:30 UTC
Created attachment 11738 [details] [review]
A new patch -- modified per Dave Camp's email.
Comment 5 Dennis Cranston 2002-10-24 17:01:54 UTC
Created attachment 11810 [details] [review]
In this patch FMPropertiesWindow derives from GtkDialog.
Comment 6 Dennis Cranston 2002-10-25 15:21:58 UTC
Patch applied to CVS (HEAD).

2002-10-24  Dennis M. Cranston  <dennis_cranston@yahoo.com>

        * src/file-manager/fm-properties-window.[ch]:
        Properties dialog fixes for #95836.