summaryrefslogtreecommitdiff
path: root/src/ui/tabpopup.c
diff options
context:
space:
mode:
authorRyan Doyle <[email protected]>2013-11-16 00:57:53 +1100
committerRyan Doyle <[email protected]>2013-11-16 00:57:53 +1100
commit39f4aae72c83c5fa79b8ea84ac78e53a50d908ea (patch)
tree8513ca11cabb670f486f9e5867c42e4154b5daaa /src/ui/tabpopup.c
parent47c59747230a1d72f29c5784b069614ae388ed57 (diff)
downloadmarco-39f4aae72c83c5fa79b8ea84ac78e53a50d908ea.tar.bz2
marco-39f4aae72c83c5fa79b8ea84ac78e53a50d908ea.tar.xz
Fix typo in function name
Diffstat (limited to 'src/ui/tabpopup.c')
-rw-r--r--src/ui/tabpopup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tabpopup.c b/src/ui/tabpopup.c
index 76a299be..6cee30cd 100644
--- a/src/ui/tabpopup.c
+++ b/src/ui/tabpopup.c
@@ -786,7 +786,7 @@ meta_select_image_expose_event (GtkWidget *widget,
cairo_t *cr;
GtkAllocation allocation;
- gtk_widgeT_get_allocation(widget, &allocation);
+ gtk_widget_get_allocation(widget, &allocation);
misc = GTK_MISC (widget);