[gtk+/wip/csoriano/pathbar-prototype] Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/csoriano/pathbar-prototype] Fix a typo
- Date: Fri, 20 Nov 2015 16:07:12 +0000 (UTC)
commit 21ea038fbb1cc5bdc7650681db3ef15eeefda9fd
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Nov 20 11:06:58 2015 -0500
Fix a typo
tests/testpathbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testpathbar.c b/tests/testpathbar.c
index 761f725..21721f8 100644
--- a/tests/testpathbar.c
+++ b/tests/testpathbar.c
@@ -274,7 +274,7 @@ main (int argc, char *argv[])
path_bar = gtk_path_bar_new ();
gtk_path_bar_set_hide_direction (GTK_PATH_BAR (path_bar), GTK_DIR_LEFT);
gtk_path_bar_set_path (GTK_PATH_BAR (path_bar), ORIGINAL_PATH);
- icon = g_themed_icon_new ("drives-harddisk-symbolic");
+ icon = g_themed_icon_new ("drive-harddisk-symbolic");
gtk_path_bar_set_root (GTK_PATH_BAR (path_bar), icon, NULL, "/test/test 2/test 3");
g_object_unref (icon);
g_signal_connect (GTK_PATH_BAR (path_bar), "populate-popup",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]