gtkieembed r212 - trunk/sample



Author: hiikezoe
Date: Wed Feb  4 02:52:05 2009
New Revision: 212
URL: http://svn.gnome.org/viewvc/gtkieembed?rev=212&view=rev

Log:
cleanup garbage.



Modified:
   trunk/sample/samplebrowser.c

Modified: trunk/sample/samplebrowser.c
==============================================================================
--- trunk/sample/samplebrowser.c	(original)
+++ trunk/sample/samplebrowser.c	Wed Feb  4 02:52:05 2009
@@ -269,8 +269,6 @@
 "      <menuitem name=\"font-size-smallest\" action=\"font-size-smallest\" />\n"
 "      <separator name=\"view-sep1\" />\n"
 "      <menuitem name=\"use-context-menu\" action=\"use-context-menu\" />\n"
-"      <separator name=\"view-sep2\" />\n"
-"      <menuitem name=\"get-history\" action=\"get-history\" />\n"
 "    </menu>\n"
 "  </menubar>\n"
 "  <toolbar name=\"toolbar\">\n"
@@ -490,7 +488,7 @@
     GtkIEEmbed *embed;
 
     embed = create_new_embed (GTK_NOTEBOOK (notebook));
-    gtk_ie_embed_set_whole_history (embed, history, g_list_length(history));
+    gtk_ie_embed_set_whole_history (embed, history, g_list_length (history));
 }
 
 static void



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