[epiphany] ephy-find-toolbar: Correct the parent class used
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-find-toolbar: Correct the parent class used
- Date: Thu, 23 May 2013 18:57:39 +0000 (UTC)
commit abd95b68ee4aff500452ea605f6e00ad51557478
Author: Bastien Nocera <hadess hadess net>
Date: Thu May 23 20:07:49 2013 +0200
ephy-find-toolbar: Correct the parent class used
The instance is a GtkBox child, so the class should be a
GtkBoxClass child, not GtkToolbarClass.
https://bugzilla.gnome.org/show_bug.cgi?id=700910
src/ephy-find-toolbar.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-find-toolbar.h b/src/ephy-find-toolbar.h
index 9272072..aec1d16 100644
--- a/src/ephy-find-toolbar.h
+++ b/src/ephy-find-toolbar.h
@@ -53,7 +53,7 @@ struct _EphyFindToolbar
struct _EphyFindToolbarClass
{
- GtkToolbarClass parent_class;
+ GtkBoxClass parent_class;
/* Signals */
void (* next) (EphyFindToolbar *toolbar);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]