Title: [93867] trunk/Source/WebKit/gtk
- Revision
- 93867
- Author
- [email protected]
- Date
- 2011-08-26 05:28:23 -0700 (Fri, 26 Aug 2011)
Log Message
Minor style fix in the sample code for WebKitWebFrame.
* webkit/webkitwebframe.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/gtk/ChangeLog (93866 => 93867)
--- trunk/Source/WebKit/gtk/ChangeLog 2011-08-26 11:31:17 UTC (rev 93866)
+++ trunk/Source/WebKit/gtk/ChangeLog 2011-08-26 12:28:23 UTC (rev 93867)
@@ -1,3 +1,9 @@
+2011-08-26 Gustavo Noronha Silva <[email protected]>
+
+ Minor style fix in the sample code for WebKitWebFrame.
+
+ * webkit/webkitwebframe.cpp:
+
2011-08-17 Alejandro G. Castro <[email protected]>
[GTK] Fix compilation problems with deprecations in gtk+
Modified: trunk/Source/WebKit/gtk/webkit/webkitwebframe.cpp (93866 => 93867)
--- trunk/Source/WebKit/gtk/webkit/webkitwebframe.cpp 2011-08-26 11:31:17 UTC (rev 93866)
+++ trunk/Source/WebKit/gtk/webkit/webkitwebframe.cpp 2011-08-26 12:28:23 UTC (rev 93867)
@@ -89,7 +89,7 @@
* <informalexample><programlisting>
* /<!-- -->* Get the frame from the #WebKitWebView *<!-- -->/
* WebKitWebFrame *frame = webkit_web_view_get_main_frame (WEBKIT_WEB_VIEW(my_view));
- * g_print("The URI of this frame is '%s'", webkit_web_frame_get_uri (frame));
+ * g_print ("The URI of this frame is '%s'", webkit_web_frame_get_uri (frame));
* </programlisting></informalexample>
*/
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes