]> git.pld-linux.org Git - packages/easytag.git/blame - easytag-0.30c.patch
- merged from DEVEL
[packages/easytag.git] / easytag-0.30c.patch
CommitLineData
c692a2ec
MC
1diff -ruN easytag-0.30b/configure easytag-0.30c/configure
2--- easytag-0.30b/configure Tue Oct 28 01:43:00 2003
3+++ easytag-0.30c/configure Tue Oct 28 01:09:12 2003
4@@ -1,6 +1,6 @@
5 #! /bin/sh
6 # Guess values for system-dependent variables and create Makefiles.
7-# Generated by GNU Autoconf 2.53 for easytag 0.30b.
8+# Generated by GNU Autoconf 2.53 for easytag 0.30c.
9 #
10 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
11 # Free Software Foundation, Inc.
12@@ -412,8 +412,8 @@
13 # Identity of this package.
14 PACKAGE_NAME='easytag'
15 PACKAGE_TARNAME='easytag'
16-PACKAGE_VERSION='0.30b'
17-PACKAGE_STRING='easytag 0.30b'
18+PACKAGE_VERSION='0.30c'
19+PACKAGE_STRING='easytag 0.30c'
20 PACKAGE_BUGREPORT=''
21
22 ac_unique_file="src/easytag.h"
23@@ -918,7 +918,7 @@
24 # Omit some internal or obsolete options to make the list less imposing.
25 # This message is too long to be a string in the A/UX 3.1 sh.
26 cat <<_ACEOF
27-\`configure' configures easytag 0.30b to adapt to many kinds of systems.
28+\`configure' configures easytag 0.30c to adapt to many kinds of systems.
29
30 Usage: $0 [OPTION]... [VAR=VALUE]...
31
32@@ -984,7 +984,7 @@
33
34 if test -n "$ac_init_help"; then
35 case $ac_init_help in
36- short | recursive ) echo "Configuration of easytag 0.30b:";;
37+ short | recursive ) echo "Configuration of easytag 0.30c:";;
38 esac
39 cat <<\_ACEOF
40
41@@ -1092,7 +1092,7 @@
42 test -n "$ac_init_help" && exit 0
43 if $ac_init_version; then
44 cat <<\_ACEOF
45-easytag configure 0.30b
46+easytag configure 0.30c
47 generated by GNU Autoconf 2.53
48
49 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
50@@ -1107,7 +1107,7 @@
51 This file contains any messages produced by compilers while
52 running configure, to aid debugging if configure makes a mistake.
53
54-It was created by easytag $as_me 0.30b, which was
55+It was created by easytag $as_me 0.30c, which was
56 generated by GNU Autoconf 2.53. Invocation command line was
57
58 $ $0 $@
59@@ -1639,7 +1639,7 @@
60
61 # Define the identity of the package.
62 PACKAGE=easytag
63- VERSION=0.30b
64+ VERSION=0.30c
65
66
67 cat >>confdefs.h <<_ACEOF
68@@ -12653,7 +12653,7 @@
69 } >&5
70 cat >&5 <<_CSEOF
71
72-This file was extended by easytag $as_me 0.30b, which was
73+This file was extended by easytag $as_me 0.30c, which was
74 generated by GNU Autoconf 2.53. Invocation command line was
75
76 CONFIG_FILES = $CONFIG_FILES
77@@ -12715,7 +12715,7 @@
78
79 cat >>$CONFIG_STATUS <<_ACEOF
80 ac_cs_version="\\
81-easytag config.status 0.30b
82+easytag config.status 0.30c
83 configured by $0, generated by GNU Autoconf 2.53,
84 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
85
86diff -ruN easytag-0.30b/configure.in easytag-0.30c/configure.in
87--- easytag-0.30b/configure.in Tue Oct 28 01:43:00 2003
88+++ easytag-0.30c/configure.in Tue Oct 28 01:09:15 2003
89@@ -6,7 +6,7 @@
90 dnl VERSION=0.28
91
92 AC_PREREQ(2.53)
93-AC_INIT(easytag, 0.30b) dnl defines ($PACKAGE, $VERSION)
94+AC_INIT(easytag, 0.30c) dnl defines ($PACKAGE, $VERSION)
95 AC_CONFIG_SRCDIR(src/easytag.h)
96 dnl -------------------------------
97 dnl Init automake
98diff -ruN easytag-0.30b/easytag.spec easytag-0.30c/easytag.spec
99--- easytag-0.30b/easytag.spec Tue Oct 28 01:43:00 2003
100+++ easytag-0.30c/easytag.spec Tue Oct 28 01:09:17 2003
101@@ -1,5 +1,5 @@
102 %define name easytag
103-%define version 0.30b
104+%define version 0.30c
105 %define release 1
106 %define prefix /usr
107
108diff -ruN easytag-0.30b/src/easytag.c easytag-0.30c/src/easytag.c
109--- easytag-0.30b/src/easytag.c Tue Oct 28 01:43:00 2003
110+++ easytag-0.30c/src/easytag.c Tue Oct 28 01:40:50 2003
111@@ -1433,6 +1433,9 @@
112 Tag_Area_Set_Sensitive(FALSE);
113 File_Area_Set_Sensitive(FALSE);
114
115+ /* Show msgbox (if needed) to ask confirmation */
116+ SF_HideMsgbox_Delete_File = 0;
117+
118 etfilelist = ET_File_List_Get_Selection();
119 while (etfilelist)
120 {
121@@ -1533,7 +1536,7 @@
122 GtkWidget *msgbox = NULL;
123 gint button;
124
125- if (CONFIRM_WRITE_TAG && (!multiple_files || (multiple_files & !SF_HideMsgbox_Write_Tag)))
126+ if (CONFIRM_WRITE_TAG && !SF_HideMsgbox_Write_Tag)
127 {
128 ET_Display_File_Data_To_UI(ETFile);
129
130@@ -1556,7 +1559,7 @@
131 gtk_widget_destroy(msgbox);
132 }else
133 {
134- if (multiple_files && SF_HideMsgbox_Write_Tag)
135+ if (SF_HideMsgbox_Write_Tag)
136 button = SF_ButtonPressed_Write_Tag;
137 else
138 button = BUTTON_YES;
139@@ -1586,7 +1589,7 @@
140 GtkWidget *msgbox = NULL;
141 gint button;
142
143- if (CONFIRM_RENAME_FILE && (!multiple_files || (multiple_files & !SF_HideMsgbox_Rename_File)))
144+ if (CONFIRM_RENAME_FILE && !SF_HideMsgbox_Rename_File)
145 {
146 ET_Display_File_Data_To_UI(ETFile);
147
148@@ -1610,7 +1613,7 @@
149 gtk_widget_destroy(msgbox);
150 }else
151 {
152- if (multiple_files && SF_HideMsgbox_Rename_File)
153+ if (SF_HideMsgbox_Rename_File)
154 button = SF_ButtonPressed_Rename_File;
155 else
156 button = BUTTON_YES;
157@@ -1803,7 +1806,7 @@
158 /*
159 * Remove the file
160 */
161- if (CONFIRM_DELETE_FILE && (!multiple_files || (multiple_files & !SF_HideMsgbox_Delete_File)))
162+ if (CONFIRM_DELETE_FILE && !SF_HideMsgbox_Delete_File)
163 {
164 msg = g_strdup_printf(_("Do you really want to delete definitively the file\n'%s' ?"),g_basename(cur_filename) );
165 if (multiple_files)
166@@ -1819,11 +1822,11 @@
167 g_free(msg);
168 SF_ButtonPressed_Delete_File = button = msg_box_run(MSG_BOX(msgbox));
169 if (MSG_BOX(msgbox)->check_button_state)
170- SF_HideMsgbox_Rename_File = MSG_BOX(msgbox)->check_button_state;
171+ SF_HideMsgbox_Delete_File = MSG_BOX(msgbox)->check_button_state;
172 gtk_widget_destroy(msgbox);
173 }else
174 {
175- if (multiple_files && SF_HideMsgbox_Delete_File)
176+ if (SF_HideMsgbox_Delete_File)
177 button = SF_ButtonPressed_Delete_File;
178 else
179 button = BUTTON_YES;
This page took 0.966789 seconds and 4 git commands to generate.