[gnome-commander/GSettings] Fixes name in connected signal



commit 8786871594e8755a6a12c152652ef32890bdbab9
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Fri Jun 3 00:01:47 2016 +0200

    Fixes name in connected signal

 src/gnome-cmd-data.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index b41076f..bd53252 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -312,7 +312,7 @@ static void gcmd_connect_gsettings_signals(GcmdSettings *gs)
                       NULL);
 
     g_signal_connect (gs->general,
-                      "changed::list-orientation",
+                      "changed::horizontal-orientation",
                       G_CALLBACK (on_list_orientation_changed),
                       NULL);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]