mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Fixed confluence bug when uploading an open page
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1931 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
05765eb793
commit
54f401db19
1 changed files with 2 additions and 2 deletions
|
@ -143,10 +143,10 @@ namespace GreenshotConfluencePlugin {
|
||||||
if (uploaded) {
|
if (uploaded) {
|
||||||
if (openPage) {
|
if (openPage) {
|
||||||
try {
|
try {
|
||||||
Process.Start(page.Url);
|
Process.Start(selectedPage.Url);
|
||||||
} catch { }
|
} catch { }
|
||||||
}
|
}
|
||||||
surface.UploadURL = page.Url;
|
surface.UploadURL = selectedPage.Url;
|
||||||
surface.SendMessageEvent(this, SurfaceMessageTyp.UploadedUrl, Language.GetFormattedString("exported_to", Description));
|
surface.SendMessageEvent(this, SurfaceMessageTyp.UploadedUrl, Language.GetFormattedString("exported_to", Description));
|
||||||
surface.Modified = false;
|
surface.Modified = false;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue