Skip to content

Commit 2fb995e

Browse files
committed
update pie-chart widget
1 parent 46c2777 commit 2fb995e

File tree

12 files changed

+434
-380
lines changed

12 files changed

+434
-380
lines changed

gfw/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ source_c = \
1818
gfw-pie-chart.c
1919

2020
gtkfwincludedir=$(includedir)/libgtkfw-1.0
21-
gtkfwinclude_HEADERS = gtkfw.h
21+
gtkfwinclude_HEADERS = gfw.h
2222

2323
gfwincludedir=$(includedir)/libgtkfw-1.0/gfw
2424
gfwinclude_HEADERS = $(source_h)

gfw/gfw-ip-entry.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ gfw_ip_entry_init (GfwIpEntry *ip_entry)
141141
G_CALLBACK (ip_entry_move_cursor), NULL);
142142
}
143143

144-
GfwIpEntry*
145-
gfw_ip_entry_new (void)
144+
GtkWidget* gfw_ip_entry_new (void)
146145
{
147146
return g_object_new (GFW_TYPE_IP_ENTRY, NULL);
148147
}

gfw/gfw-ip-entry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct _GfwIpEntryClass
5757
};
5858

5959
GType gfw_ip_entry_get_type (void) G_GNUC_CONST;
60-
GfwIpEntry* gfw_ip_entry_new (void);
60+
GtkWidget* gfw_ip_entry_new (void);
6161

6262
void gfw_ip_entry_set_inet_address (GfwIpEntry *ipentry, GInetAddress *address);
6363
void gfw_ip_entry_set_address (GfwIpEntry *ipentry, guint8 address[4]);

0 commit comments

Comments
 (0)