diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-02-12 19:47:42 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-02-12 19:47:42 +0000 |
| commit | cedc47b4fecef50c74c9e5fc56922450f81a53cf (patch) | |
| tree | f23ffee6f812b562cec7ef52d7d000ee1614dd6d /src/ink-comboboxentry-action.cpp | |
| parent | Fix po files (diff) | |
| parent | Translations. Russian translation update by Alexandre Prokoudine. (diff) | |
| download | inkscape-cedc47b4fecef50c74c9e5fc56922450f81a53cf.tar.gz inkscape-cedc47b4fecef50c74c9e5fc56922450f81a53cf.zip | |
Update from trunk
(bzr r11950.2.1)
Diffstat (limited to 'src/ink-comboboxentry-action.cpp')
| -rw-r--r-- | src/ink-comboboxentry-action.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ink-comboboxentry-action.cpp b/src/ink-comboboxentry-action.cpp index 5adc3e73a..fd146926f 100644 --- a/src/ink-comboboxentry-action.cpp +++ b/src/ink-comboboxentry-action.cpp @@ -497,8 +497,8 @@ gboolean ink_comboboxentry_action_set_active_text( Ink_ComboBoxEntry_Action* ink // Show or hide warning -- this might be better moved to text-toolbox.cpp bool clear = true; - if( ink_comboboxentry_action->active == -1 && - ink_comboboxentry_action->warning != NULL ) { + + if( ink_comboboxentry_action->warning != NULL ) { Glib::ustring missing = check_comma_separated_text( ink_comboboxentry_action ); if( !missing.empty() ) { |
