SHA256
1
0
forked from pool/file-roller
OBS User unknown
2007-08-02 22:13:19 +00:00
committed by Git OBS Bridge
parent 65125dc974
commit efb7b2f740
6 changed files with 120 additions and 90 deletions

View File

@@ -1,9 +1,11 @@
Index: file-roller-2.18.0/ChangeLog
Index: file-roller-2.19.4/ChangeLog
===================================================================
--- file-roller-2.18.0.orig/ChangeLog
+++ file-roller-2.18.0/ChangeLog
@@ -1,4 +1,11 @@
--- file-roller-2.19.4.orig/ChangeLog
+++ file-roller-2.19.4/ChangeLog
@@ -809,6 +809,13 @@
* configure.in: changed version to 2.19.0
2007-03-12 Paolo Bacchilega <paobac@cvs.gnome.org>
+2004-06-16 Subrahmanyam Madduri <smadduri@novell.com>
+
@@ -15,22 +17,23 @@ Index: file-roller-2.18.0/ChangeLog
[ File Roller 2.18.0 released ]
Index: file-roller-2.18.0/src/ui.h
Index: file-roller-2.19.4/src/ui.h
===================================================================
--- file-roller-2.18.0.orig/src/ui.h
+++ file-roller-2.18.0/src/ui.h
@@ -78,6 +78,10 @@ static GtkActionEntry action_entries[] =
--- file-roller-2.19.4.orig/src/ui.h
+++ file-roller-2.19.4/src/ui.h
@@ -108,7 +108,10 @@ static GtkActionEntry action_entries[] =
NULL, NULL,
N_("Delete the selection from the archive"),
G_CALLBACK (activate_action_delete) },
G_CALLBACK (activate_action_delete_folder_from_sidebar) },
-
+ { "DeleteFile_Toolbar", GTK_STOCK_REMOVE,
+ N_("Delete"), NULL,
+ N_("Delete file from the archive"),
+ G_CALLBACK (activate_action_delete) },
+ N_("Delete"), NULL,
+ N_("Delete file from the archive"),
+ G_CALLBACK (activate_action_delete) },
{ "DeselectAll", NULL,
N_("Dese_lect All"), NULL,
N_("Deselect all files"),
@@ -276,6 +280,7 @@ static const gchar *ui_info =
@@ -313,6 +316,7 @@ static const gchar *ui_info =
" <toolbar name='ToolBar'>"
" <toolitem action='New'/>"
" <toolitem action='Extract_Toolbar'/>"