mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 01:23:47 -07:00
Fixed bug with Confluence search, the search wasn't made on the selected space. This change also removes the user list from the space list by default but this behavior can be changed in the configuration.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1966 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
2850955bb3
commit
d5c60e37c8
4 changed files with 13 additions and 4 deletions
|
@ -39,7 +39,7 @@ namespace GreenshotConfluencePlugin {
|
|||
InitializeComponent();
|
||||
}
|
||||
|
||||
void Button_Click(object sender, RoutedEventArgs e) {
|
||||
void Button_OK_Click(object sender, RoutedEventArgs e) {
|
||||
DialogResult = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue