[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 35/473: Fix regression in default favorites.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:53:25 CET 2015


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit d784da53269efb3873631cf7fd698541c84ce9b0
Author: Graeme Gott <graeme at gottcode.org>
Date:   Wed Jun 26 18:20:22 2013 -0400

    Fix regression in default favorites.
---
 src/favorites_page.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/favorites_page.cpp b/src/favorites_page.cpp
index 977dff2..b5519cf 100644
--- a/src/favorites_page.cpp
+++ b/src/favorites_page.cpp
@@ -38,7 +38,7 @@ static const std::string default_favorites[4] =
 
 FavoritesPage::FavoritesPage(XfceRc* settings, Menu* menu) :
 	ListPage(settings, "favorites",
-	std::vector<std::string>(&default_favorites[0], &default_favorites[3]),
+	std::vector<std::string>(default_favorites, default_favorites + 4),
 	menu)
 {
 	get_view()->set_reorderable(true);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list