projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleaned stuff , add a history delete button and renamed
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
fragment
/
ConfirmationDialogFragment.java
diff --git
a/src/com/owncloud/android/ui/fragment/ConfirmationDialogFragment.java
b/src/com/owncloud/android/ui/fragment/ConfirmationDialogFragment.java
index
c75ebb6
..
679b2b9
100644
(file)
--- a/
src/com/owncloud/android/ui/fragment/ConfirmationDialogFragment.java
+++ b/
src/com/owncloud/android/ui/fragment/ConfirmationDialogFragment.java
@@
-4,7
+4,7
@@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version
3
of the License, or
+ * the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@
-26,6
+26,7
@@
import android.os.Bundle;
import android.util.Log;
import com.actionbarsherlock.app.SherlockDialogFragment;
import android.util.Log;
import com.actionbarsherlock.app.SherlockDialogFragment;
+import com.owncloud.android.Log_OC;
public class ConfirmationDialogFragment extends SherlockDialogFragment {
public class ConfirmationDialogFragment extends SherlockDialogFragment {
@@
-73,7
+74,7
@@
public class ConfirmationDialogFragment extends SherlockDialogFragment {
int negBtn = getArguments().getInt(ARG_NEGATIVE_BTN_RES, -1);
if (confirmationTarget == null || resourceId == -1) {
int negBtn = getArguments().getInt(ARG_NEGATIVE_BTN_RES, -1);
if (confirmationTarget == null || resourceId == -1) {
- Log.wtf(getTag(), "Calling confirmation dialog without resource or arguments");
+ Log
_OC
.wtf(getTag(), "Calling confirmation dialog without resource or arguments");
return null;
}
return null;
}