Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Files
Commits
d5794212
Commit
d5794212
authored
Jan 21, 2000
by
John Sullivan
Browse files
*** empty log message ***
parent
e73d8421
Changes
6
Hide whitespace changes
Inline
Side-by-side
ChangeLog-20000414
View file @
d5794212
2000-01-21 John Sullivan <sullivan@eazel.com>
* src/ntl-window.c: Move Preferences item to Edit menu, its
traditional home.
2000-01-21 John Sullivan <sullivan@eazel.com>
Make icons appear in list view, and do some of the restructuring
...
...
src/nautilus-navigation-window.c
View file @
d5794212
...
...
@@ -173,7 +173,7 @@ file_menu_exit_cb (GtkWidget *widget,
}
static
void
file
_menu_prefs_cb
(
GtkWidget
*
widget
,
edit
_menu_prefs_cb
(
GtkWidget
*
widget
,
GtkWindow
*
mainwin
)
{
nautilus_prefs_ui_show
(
mainwin
);
...
...
@@ -189,8 +189,6 @@ static GnomeUIInfo file_menu_info[] = {
},
GNOMEUIINFO_MENU_CLOSE_ITEM
(
file_menu_close_cb
,
NULL
),
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_PREFERENCES_ITEM
(
file_menu_prefs_cb
,
NULL
),
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_EXIT_ITEM
(
file_menu_exit_cb
,
NULL
),
GNOMEUIINFO_END
};
...
...
@@ -214,6 +212,8 @@ static GnomeUIInfo edit_menu_info[] = {
GNOME_APP_PIXMAP_NONE
,
NULL
,
'A'
,
GDK_CONTROL_MASK
,
NULL
},
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_PREFERENCES_ITEM
(
edit_menu_prefs_cb
,
NULL
),
GNOMEUIINFO_END
};
...
...
src/nautilus-object-window.c
View file @
d5794212
...
...
@@ -173,7 +173,7 @@ file_menu_exit_cb (GtkWidget *widget,
}
static
void
file
_menu_prefs_cb
(
GtkWidget
*
widget
,
edit
_menu_prefs_cb
(
GtkWidget
*
widget
,
GtkWindow
*
mainwin
)
{
nautilus_prefs_ui_show
(
mainwin
);
...
...
@@ -189,8 +189,6 @@ static GnomeUIInfo file_menu_info[] = {
},
GNOMEUIINFO_MENU_CLOSE_ITEM
(
file_menu_close_cb
,
NULL
),
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_PREFERENCES_ITEM
(
file_menu_prefs_cb
,
NULL
),
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_EXIT_ITEM
(
file_menu_exit_cb
,
NULL
),
GNOMEUIINFO_END
};
...
...
@@ -214,6 +212,8 @@ static GnomeUIInfo edit_menu_info[] = {
GNOME_APP_PIXMAP_NONE
,
NULL
,
'A'
,
GDK_CONTROL_MASK
,
NULL
},
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_PREFERENCES_ITEM
(
edit_menu_prefs_cb
,
NULL
),
GNOMEUIINFO_END
};
...
...
src/nautilus-spatial-window.c
View file @
d5794212
...
...
@@ -173,7 +173,7 @@ file_menu_exit_cb (GtkWidget *widget,
}
static
void
file
_menu_prefs_cb
(
GtkWidget
*
widget
,
edit
_menu_prefs_cb
(
GtkWidget
*
widget
,
GtkWindow
*
mainwin
)
{
nautilus_prefs_ui_show
(
mainwin
);
...
...
@@ -189,8 +189,6 @@ static GnomeUIInfo file_menu_info[] = {
},
GNOMEUIINFO_MENU_CLOSE_ITEM
(
file_menu_close_cb
,
NULL
),
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_PREFERENCES_ITEM
(
file_menu_prefs_cb
,
NULL
),
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_EXIT_ITEM
(
file_menu_exit_cb
,
NULL
),
GNOMEUIINFO_END
};
...
...
@@ -214,6 +212,8 @@ static GnomeUIInfo edit_menu_info[] = {
GNOME_APP_PIXMAP_NONE
,
NULL
,
'A'
,
GDK_CONTROL_MASK
,
NULL
},
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_PREFERENCES_ITEM
(
edit_menu_prefs_cb
,
NULL
),
GNOMEUIINFO_END
};
...
...
src/nautilus-window.c
View file @
d5794212
...
...
@@ -173,7 +173,7 @@ file_menu_exit_cb (GtkWidget *widget,
}
static
void
file
_menu_prefs_cb
(
GtkWidget
*
widget
,
edit
_menu_prefs_cb
(
GtkWidget
*
widget
,
GtkWindow
*
mainwin
)
{
nautilus_prefs_ui_show
(
mainwin
);
...
...
@@ -189,8 +189,6 @@ static GnomeUIInfo file_menu_info[] = {
},
GNOMEUIINFO_MENU_CLOSE_ITEM
(
file_menu_close_cb
,
NULL
),
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_PREFERENCES_ITEM
(
file_menu_prefs_cb
,
NULL
),
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_EXIT_ITEM
(
file_menu_exit_cb
,
NULL
),
GNOMEUIINFO_END
};
...
...
@@ -214,6 +212,8 @@ static GnomeUIInfo edit_menu_info[] = {
GNOME_APP_PIXMAP_NONE
,
NULL
,
'A'
,
GDK_CONTROL_MASK
,
NULL
},
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_PREFERENCES_ITEM
(
edit_menu_prefs_cb
,
NULL
),
GNOMEUIINFO_END
};
...
...
src/ntl-window.c
View file @
d5794212
...
...
@@ -173,7 +173,7 @@ file_menu_exit_cb (GtkWidget *widget,
}
static
void
file
_menu_prefs_cb
(
GtkWidget
*
widget
,
edit
_menu_prefs_cb
(
GtkWidget
*
widget
,
GtkWindow
*
mainwin
)
{
nautilus_prefs_ui_show
(
mainwin
);
...
...
@@ -189,8 +189,6 @@ static GnomeUIInfo file_menu_info[] = {
},
GNOMEUIINFO_MENU_CLOSE_ITEM
(
file_menu_close_cb
,
NULL
),
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_PREFERENCES_ITEM
(
file_menu_prefs_cb
,
NULL
),
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_EXIT_ITEM
(
file_menu_exit_cb
,
NULL
),
GNOMEUIINFO_END
};
...
...
@@ -214,6 +212,8 @@ static GnomeUIInfo edit_menu_info[] = {
GNOME_APP_PIXMAP_NONE
,
NULL
,
'A'
,
GDK_CONTROL_MASK
,
NULL
},
GNOMEUIINFO_SEPARATOR
,
GNOMEUIINFO_MENU_PREFERENCES_ITEM
(
edit_menu_prefs_cb
,
NULL
),
GNOMEUIINFO_END
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment