From 39f4aae72c83c5fa79b8ea84ac78e53a50d908ea Mon Sep 17 00:00:00 2001
From: Ryan Doyle <ryan@doylenet.net>
Date: Sat, 16 Nov 2013 00:57:53 +1100
Subject: Fix typo in function name

---
 src/ui/tabpopup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
       
-- 
cgit v1.2.1