diff -Naur mysql-query-browser-1.1.18/mysql-gui-common/source/linux/MCrontab.h new/mysql-gui-common/source/linux/MCrontab.h --- mysql-query-browser-1.1.18/mysql-gui-common/source/linux/MCrontab.h 2005-03-13 13:16:59.000000000 +0000 +++ new/mysql-gui-common/source/linux/MCrontab.h 2006-03-22 15:22:19.000000000 +0000 @@ -41,7 +41,7 @@ public: bool find_entry_by_comment(const std::string &comment, Entry &entry); - bool MCrontab::remove_entry_with_comment(const std::string &comment, + bool remove_entry_with_comment(const std::string &comment, const std::string &command=""); void add_entry(Entry &entry, const std::string &comment); diff -Naur mysql-query-browser-1.1.18/mysql-gui-common/source/linux/MGPreferences.h new/mysql-gui-common/source/linux/MGPreferences.h --- mysql-query-browser-1.1.18/mysql-gui-common/source/linux/MGPreferences.h 2005-03-13 13:16:59.000000000 +0000 +++ new/mysql-gui-common/source/linux/MGPreferences.h 2006-03-22 15:22:09.000000000 +0000 @@ -40,7 +40,7 @@ virtual MYX_APPLICATION_OPTIONS *prepare_options()= 0; const char *find_value(MYX_OPTION_GROUP *group, const char *name); - std::listMGOptions::find_values(MYX_OPTION_GROUP *group, const char *name); + std::list find_values(MYX_OPTION_GROUP *group, const char *name); void add_group(MYX_APPLICATION_OPTIONS *options, const char *name, const std::list &values); diff -Naur mysql-query-browser-1.1.18/mysql-query-browser/source/linux/MQBookmarkBrowser.cc new/mysql-query-browser/source/linux/MQBookmarkBrowser.cc --- mysql-query-browser-1.1.18/mysql-query-browser/source/linux/MQBookmarkBrowser.cc 2005-10-13 09:22:40.000000000 +0100 +++ new/mysql-query-browser/source/linux/MQBookmarkBrowser.cc 2006-03-22 15:23:27.000000000 +0000 @@ -257,7 +257,7 @@ { for (unsigned int i=0; i < _menu.items().size(); i++) _menu.items()[i].set_sensitive(false); - _menu.items()[3].set_sensitive(true); // New Folder + //_menu.items()[3].set_sensitive(true); // New Folder } }