Do not assign empty strings on creation of std::string or Glib::ustring
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "multilangmgr.h"
|
||||
#include "rtimage.h"
|
||||
|
||||
FavoritBrowser::FavoritBrowser () : listener (NULL), lastSelectedDir ("")
|
||||
FavoritBrowser::FavoritBrowser () : listener (NULL)
|
||||
{
|
||||
|
||||
scrollw = Gtk::manage (new Gtk::ScrolledWindow ());
|
||||
|
Reference in New Issue
Block a user