mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Removed obsolete Eazel stuff from nautilus-shell.c and nautilus-shell-ui.xml
This commit is contained in:
parent
05e1d3ef6a
commit
66ab1ec344
3 changed files with 13 additions and 19 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2001-08-22 Christian Meyer <chrisime@gnome.org>
|
||||
|
||||
* src/nautilus-shell-ui.xml: Removed "Community Support"
|
||||
entry from file. Removed "Eazel" from feedback tip.
|
||||
|
||||
* src/nautilus-shell.c: In function display_caveat():
|
||||
s/"http://www.eazel.com/feedback.html"/<nautilus-list@eazel.com>
|
||||
s/Eazel does not/We do not
|
||||
Removed eazel-install stuff in function save_window_states.
|
||||
|
||||
2001-08-21 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* docs/nautilus-io.txt: Add a new document.
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
_tip="Open another Nautilus window for the displayed location"/>
|
||||
<cmd name="Stop"
|
||||
_tip="Stop loading this location"/>
|
||||
<cmd name="Services"
|
||||
_tip="Go to Eazel Services"/>
|
||||
<cmd name="Select All" accel="*Control*a" sensitive="0"/>
|
||||
<cmd name="Cut" accel="*Control*x" sensitive="0"/>
|
||||
<cmd name="Copy" accel="*Control*c" sensitive="0"/>
|
||||
|
@ -288,13 +286,9 @@
|
|||
_tip="Display release notes for Nautilus"
|
||||
verb="Nautilus Release Notes"/>
|
||||
<separator/>
|
||||
<menuitem name="Support"
|
||||
_label="_Community Support"
|
||||
_tip="Display support information for Nautilus and Eazel Services"
|
||||
verb="Support"/>
|
||||
<menuitem name="Nautilus Feedback"
|
||||
_label="_Feedback"
|
||||
_tip="Show a page from which you can send feedback about Nautilus and Eazel Services"
|
||||
_tip="Mailing list where you can send feedback about Nautilus"
|
||||
verb="Nautilus Feedback"/>
|
||||
<separator/>
|
||||
<menuitem name="About Nautilus"
|
||||
|
|
|
@ -225,11 +225,11 @@ display_caveat (GtkWindow *parent_window)
|
|||
(_("Thank you for your interest in Nautilus.\n "
|
||||
"\n"
|
||||
"As with any software under development, you should exercise caution when "
|
||||
"using Nautilus. Eazel does not provide any guarantee that it will work "
|
||||
"using Nautilus. We do not provide any guarantee that it will work "
|
||||
"properly, or assume any liability for your use of it. Please use it at your "
|
||||
"own risk.\n"
|
||||
"\n"
|
||||
"Please visit http://www.eazel.com/feedback.html to provide feedback, "
|
||||
"Please write a mail to <nautilus-list@eazel.com> to provide feedback, "
|
||||
"comments, and suggestions."));
|
||||
eel_label_make_larger (EEL_LABEL (text), 1);
|
||||
eel_label_set_justify (EEL_LABEL (text), GTK_JUSTIFY_LEFT);
|
||||
|
@ -394,16 +394,6 @@ save_window_states (void)
|
|||
|
||||
location = nautilus_window_get_location (window);
|
||||
|
||||
/* FIXME bugzilla.eazel.com 4375
|
||||
This hardcoded subst should be parameterized
|
||||
at some point. This ensures that when eazel-install:nautilus
|
||||
restarts nautilus, it doesn't go to eazel-install:nautilus but
|
||||
to eazel: instead */
|
||||
if (eel_istr_has_prefix (location, "eazel-install:")) {
|
||||
g_free (location);
|
||||
location = g_strdup ("eazel:");
|
||||
}
|
||||
|
||||
window_attributes = g_strdup_printf ("%d,%d,%d,%d,%s",
|
||||
width, height,
|
||||
x, y,
|
||||
|
|
Loading…
Reference in a new issue