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:
RKrom 2012-07-27 13:59:59 +00:00
parent 2850955bb3
commit d5c60e37c8
4 changed files with 13 additions and 4 deletions

View file

@ -39,7 +39,7 @@ namespace GreenshotConfluencePlugin {
InitializeComponent();
}
void Button_Click(object sender, RoutedEventArgs e) {
void Button_OK_Click(object sender, RoutedEventArgs e) {
DialogResult = true;
}
}