* gcmd.c (gnome_listing_cmd): Remove, it unused.
(gnome_compare_panels): Likewise.
Этот коммит содержится в:
родитель
146730a630
Коммит
4c7a7f7132
@ -1,5 +1,8 @@
|
|||||||
2001-05-29 Pavel Roskin <proski@gnu.org>
|
2001-05-29 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* gcmd.c (gnome_listing_cmd): Remove, it unused.
|
||||||
|
(gnome_compare_panels): Likewise.
|
||||||
|
|
||||||
* Makefile.in: Don't use subshell.o.
|
* Makefile.in: Don't use subshell.o.
|
||||||
|
|
||||||
2001-05-26 Pavel Roskin <proski@gnu.org>
|
2001-05-26 Pavel Roskin <proski@gnu.org>
|
||||||
|
24
gnome/gcmd.c
24
gnome/gcmd.c
@ -29,30 +29,6 @@
|
|||||||
|
|
||||||
static char *panelize_section = "Panelize";
|
static char *panelize_section = "Panelize";
|
||||||
|
|
||||||
void
|
|
||||||
gnome_listing_cmd (GtkWidget *widget, WPanel *panel)
|
|
||||||
{
|
|
||||||
int view_type, use_msformat;
|
|
||||||
char *user, *status;
|
|
||||||
|
|
||||||
view_type = display_box (panel, &user, &status, &use_msformat, get_current_index ());
|
|
||||||
|
|
||||||
if (view_type == -1)
|
|
||||||
return;
|
|
||||||
|
|
||||||
configure_panel_listing (panel, view_type, use_msformat, user, status);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
gnome_compare_panels (void)
|
|
||||||
{
|
|
||||||
if (get_other_panel () == NULL){
|
|
||||||
message (1, MSG_ERROR, _(" There is no other panel to compare contents to "));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
compare_dirs_cmd ();
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
gnome_open_terminal_with_cmd (const char *command)
|
gnome_open_terminal_with_cmd (const char *command)
|
||||||
{
|
{
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user