CristianHenzel / ClipIt

ClipIt clipboard manager for GTK+
https://github.com/CristianHenzel/ClipIt
GNU General Public License v3.0
645 stars 83 forks source link

Increase DEF_HISTORY_LIMIT to 1000 and make GtkSpinButton use it #115

Open gbinka opened 5 years ago

gbinka commented 5 years ago

Adjustment for history_spin button had hardcoded max value (1000) but DEF_HISTORY_LIMIT was 50 so even if the user selected larger value than 50, the application does not respect it. Now history_spin use DEF_HISTORY_LIMIT as max value and DEF_HISTORY_LIMIT increased to 1000