[gnome-terminal/wip/command-notify: 1/4] tab-label: Fix the name of the parent type



commit c326c222de47cc8fe50ebe6aa384250509fe8e63
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Jan 28 13:26:49 2015 +0100

    tab-label: Fix the name of the parent type
    
    Fallout from 687e54a5d74e186ac4ae94acd10f71857fd23f64

 src/terminal-tab-label.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/terminal-tab-label.h b/src/terminal-tab-label.h
index 86c83d6..20cfbce 100644
--- a/src/terminal-tab-label.h
+++ b/src/terminal-tab-label.h
@@ -38,7 +38,7 @@ typedef struct _TerminalTabLabelPrivate TerminalTabLabelPrivate;
 
 struct _TerminalTabLabel
 {
-  GtkHBox parent_instance;
+  GtkBox parent_instance;
 
   /*< private >*/
   TerminalTabLabelPrivate *priv;
@@ -46,7 +46,7 @@ struct _TerminalTabLabel
 
 struct _TerminalTabLabelClass
 {
-  GtkHBoxClass parent_class;
+  GtkBoxClass parent_class;
 
   /* Signals */
   void (* close_button_clicked) (TerminalTabLabel *tab_label);


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