]> spindle.queued.net Git - midori/log
midori
14 years agoAdd win32 specific linker flags for Midori extensions
Peter de Ridder [Mon, 15 Feb 2010 21:43:51 +0000 (22:43 +0100)]
Add win32 specific linker flags for Midori extensions

14 years agoUse po directory either in current or parent folder
Peter de Ridder [Mon, 15 Feb 2010 21:34:28 +0000 (22:34 +0100)]
Use po directory either in current or parent folder

14 years agol10n: Updated Ukrainian (uk) translation to 100%
Yarema aka Knedlyk [Sun, 14 Feb 2010 07:53:54 +0000 (08:53 +0100)]
l10n: Updated Ukrainian (uk) translation to 100%

New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Ukrainian (uk) translation to 97%
Yarema aka Knedlyk [Sun, 14 Feb 2010 07:39:44 +0000 (08:39 +0100)]
l10n: Updated Ukrainian (uk) translation to 97%

New status: 569 messages complete with 6 fuzzies and 6 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Ukrainian (uk) translation to 100%
Yarema aka Knedlyk [Sat, 13 Feb 2010 19:35:49 +0000 (20:35 +0100)]
l10n: Updated Ukrainian (uk) translation to 100%

New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Ukrainian (uk) translation to 100%
Yarema aka Knedlyk [Sat, 13 Feb 2010 18:14:03 +0000 (19:14 +0100)]
l10n: Updated Ukrainian (uk) translation to 100%

New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Ukrainian (uk) translation to 99%
Yarema aka Knedlyk [Sat, 13 Feb 2010 18:08:29 +0000 (19:08 +0100)]
l10n: Updated Ukrainian (uk) translation to 99%

New status: 580 messages complete with 0 fuzzies and 1 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoUse g_unlink for G_FILE_CREATE_REPLACE_DESTINATION with Glib < 2.20
Christian Dywan [Fri, 12 Feb 2010 01:16:27 +0000 (02:16 +0100)]
Use g_unlink for G_FILE_CREATE_REPLACE_DESTINATION with Glib < 2.20

14 years agoImprove and optimize sokoke_uri_to_ascii to parse about:version
Christian Dywan [Fri, 12 Feb 2010 01:08:05 +0000 (02:08 +0100)]
Improve and optimize sokoke_uri_to_ascii to parse about:version

14 years agoRe-implement search engine handling in magic URI test
Christian Dywan [Fri, 12 Feb 2010 01:06:53 +0000 (02:06 +0100)]
Re-implement search engine handling in magic URI test

14 years agoPass action to cell renderer callback rather than the entry
Christian Dywan [Thu, 11 Feb 2010 22:55:36 +0000 (23:55 +0100)]
Pass action to cell renderer callback rather than the entry

The entry pointer is only meaningful if completion was triggered
by typing or editing in an entry.
We shouldn't render a key in results if the arrow button opened the
completion popup.
We need to check the key in the callback to avoid accidentally
working with an entry of a different window.

14 years agoClear history via sqlite if selected in 'Clear private data' dialog
Alexander Butenko [Thu, 11 Feb 2010 22:22:58 +0000 (23:22 +0100)]
Clear history via sqlite if selected in 'Clear private data' dialog

14 years agoUpdate Ukrainian translation
Yarema aka Knedlyk [Thu, 11 Feb 2010 22:14:10 +0000 (23:14 +0100)]
Update Ukrainian translation

14 years agoUpdate Korean translation
Kim Boram [Thu, 11 Feb 2010 22:09:04 +0000 (23:09 +0100)]
Update Korean translation

14 years agol10n: Updated French (fr) translation to 100%
douart patrick [Thu, 11 Feb 2010 14:20:59 +0000 (15:20 +0100)]
l10n: Updated French (fr) translation to 100%

New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoRevise completion key handling to directly pass or compute the key
Christian Dywan [Wed, 10 Feb 2010 23:38:17 +0000 (00:38 +0100)]
Revise completion key handling to directly pass or compute the key

14 years agoHandle external, magic URIs from command line consistently
Christian Dywan [Wed, 10 Feb 2010 22:59:03 +0000 (23:59 +0100)]
Handle external, magic URIs from command line consistently

14 years agoSet consistent flags on all properties of MidoriWebSettings
Christian Dywan [Wed, 10 Feb 2010 22:37:33 +0000 (23:37 +0100)]
Set consistent flags on all properties of MidoriWebSettings

14 years agoHandle search engines in MidoriBrowser and simplify sokoke_magic_uri
Christian Dywan [Tue, 9 Feb 2010 17:13:47 +0000 (18:13 +0100)]
Handle search engines in MidoriBrowser and simplify sokoke_magic_uri

14 years agoLook for the history treeview at the second child position
Christian Dywan [Mon, 8 Feb 2010 22:16:14 +0000 (23:16 +0100)]
Look for the history treeview at the second child position

14 years agoOnly read history into History panel if an array is given
Christian Dywan [Mon, 8 Feb 2010 22:13:35 +0000 (23:13 +0100)]
Only read history into History panel if an array is given

14 years agoOnly split URI if no domain pattern is found in the string
Christian Dywan [Mon, 8 Feb 2010 22:02:54 +0000 (23:02 +0100)]
Only split URI if no domain pattern is found in the string

14 years agoUse strncmp instead of g_str_has_prefix to optimize sokoke_magic_uri
Christian Dywan [Mon, 8 Feb 2010 21:56:09 +0000 (22:56 +0100)]
Use strncmp instead of g_str_has_prefix to optimize sokoke_magic_uri

14 years agoImplement a filter entry in History panel, similar to Cookie Manager
Christian Dywan [Sun, 7 Feb 2010 23:57:45 +0000 (00:57 +0100)]
Implement a filter entry in History panel, similar to Cookie Manager

14 years agoRemove unused KatzeNet instance from MidoriSearchAction
Christian Dywan [Sun, 7 Feb 2010 23:19:04 +0000 (00:19 +0100)]
Remove unused KatzeNet instance from MidoriSearchAction

14 years agoRemove unused KatzeNet instance from KatzeArrayAction
Christian Dywan [Sun, 7 Feb 2010 23:17:46 +0000 (00:17 +0100)]
Remove unused KatzeNet instance from KatzeArrayAction

14 years agoRemove unused KatzeNet instance from Bookmarks panel
Christian Dywan [Sun, 7 Feb 2010 23:15:29 +0000 (00:15 +0100)]
Remove unused KatzeNet instance from Bookmarks panel

14 years agoRemove unused KatzeNet instance from History panel
Christian Dywan [Sun, 7 Feb 2010 23:14:49 +0000 (00:14 +0100)]
Remove unused KatzeNet instance from History panel

14 years agoRemove invisible dummy row when expanding, and add it when collapsing
Christian Dywan [Sun, 7 Feb 2010 23:12:15 +0000 (00:12 +0100)]
Remove invisible dummy row when expanding, and add it when collapsing

14 years agoDon't update the saved window size if it didn't actually change
Christian Dywan [Sun, 7 Feb 2010 22:42:39 +0000 (23:42 +0100)]
Don't update the saved window size if it didn't actually change

14 years agoConnect config change notifications after creating the first browser
Christian Dywan [Sun, 7 Feb 2010 22:41:45 +0000 (23:41 +0100)]
Connect config change notifications after creating the first browser

14 years agol10n: Updated Galician (gl) translation to 100%
Leandro Regueiro [Wed, 10 Feb 2010 11:59:49 +0000 (12:59 +0100)]
l10n: Updated Galician (gl) translation to 100%

New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Japanese (ja) translation to 100%
Masato Hashimoto [Tue, 9 Feb 2010 14:25:29 +0000 (15:25 +0100)]
l10n: Updated Japanese (ja) translation to 100%

New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Czech (cs) translation to 100%
David Štancl [Tue, 9 Feb 2010 07:03:11 +0000 (08:03 +0100)]
l10n: Updated Czech (cs) translation to 100%

New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Catalan (Valencian) (ca) translation to 100%
Harald Servat [Mon, 8 Feb 2010 23:13:48 +0000 (00:13 +0100)]
l10n: Updated Catalan (Valencian) (ca) translation to 100%

New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated French (fr) translation to 98%
douart patrick [Mon, 8 Feb 2010 17:55:40 +0000 (18:55 +0100)]
l10n: Updated French (fr) translation to 98%

New status: 574 messages complete with 7 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated French (fr) translation to 98%
douart patrick [Mon, 8 Feb 2010 17:53:50 +0000 (18:53 +0100)]
l10n: Updated French (fr) translation to 98%

New status: 574 messages complete with 7 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Portuguese (pt) translation to 100%
Sergio Marques [Mon, 8 Feb 2010 14:52:23 +0000 (15:52 +0100)]
l10n: Updated Portuguese (pt) translation to 100%

New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoOnly set config properties which are present in the config file
Christian Dywan [Sun, 7 Feb 2010 16:00:08 +0000 (17:00 +0100)]
Only set config properties which are present in the config file

14 years agoOnly update location combo arrow if there is a history at all
Christian Dywan [Sun, 7 Feb 2010 15:38:10 +0000 (16:38 +0100)]
Only update location combo arrow if there is a history at all

14 years agoDo startup timing if MIDORI_STARTTIME environment variable is set
Christian Dywan [Sun, 7 Feb 2010 15:36:54 +0000 (16:36 +0100)]
Do startup timing if MIDORI_STARTTIME environment variable is set

14 years agol10n: Updated Danish (da) translation to 100%
Per Kongstad [Sun, 7 Feb 2010 12:58:42 +0000 (13:58 +0100)]
l10n: Updated Danish (da) translation to 100%

New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoRemove conditionals to disable Toolbar Editor on Hildon
Christian Dywan [Sat, 6 Feb 2010 16:37:15 +0000 (17:37 +0100)]
Remove conditionals to disable Toolbar Editor on Hildon

14 years agoAdd notes about variable ordering and prefixes to HACKING file
Christian Dywan [Sat, 6 Feb 2010 16:31:03 +0000 (17:31 +0100)]
Add notes about variable ordering and prefixes to HACKING file

14 years agoLocalize 'Block image' and 'Block link' menuitems in adblock
Christian Dywan [Sat, 6 Feb 2010 16:28:37 +0000 (17:28 +0100)]
Localize 'Block image' and 'Block link' menuitems in adblock

14 years agoUpdate Russian translation
Anton Shestakov [Sat, 6 Feb 2010 16:28:13 +0000 (17:28 +0100)]
Update Russian translation

14 years agol10n: Updated Portuguese (pt) translation to 100%
Sergio Marques [Fri, 5 Feb 2010 16:04:25 +0000 (17:04 +0100)]
l10n: Updated Portuguese (pt) translation to 100%

New status: 580 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Czech (cs) translation to 100%
David Štancl [Fri, 5 Feb 2010 07:57:06 +0000 (08:57 +0100)]
l10n: Updated Czech (cs) translation to 100%

New status: 580 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoFix check whether we have the latest database structure
Alexander Butenko [Thu, 4 Feb 2010 21:16:01 +0000 (22:16 +0100)]
Fix check whether we have the latest database structure

14 years agoRefactor location completion queries to use prepared statements
Alexander Butenko [Thu, 4 Feb 2010 18:22:35 +0000 (19:22 +0100)]
Refactor location completion queries to use prepared statements

14 years agoSwitch to prepared statements when adding/ updating history
Alexander Butenko [Thu, 4 Feb 2010 18:13:16 +0000 (19:13 +0100)]
Switch to prepared statements when adding/ updating history

14 years agol10n: Updated Catalan (Valencian) (ca) translation to 100%
Carles Muñoz Gorriz [Thu, 4 Feb 2010 20:07:53 +0000 (21:07 +0100)]
l10n: Updated Catalan (Valencian) (ca) translation to 100%

New status: 578 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Portuguese (pt) translation to 100%
Sergio Marques [Thu, 4 Feb 2010 19:15:32 +0000 (20:15 +0100)]
l10n: Updated Portuguese (pt) translation to 100%

New status: 578 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Japanese (ja) translation to 100%
Masato Hashimoto [Thu, 4 Feb 2010 10:35:56 +0000 (11:35 +0100)]
l10n: Updated Japanese (ja) translation to 100%

New status: 578 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Danish (da) translation to 100%
Per Kongstad [Thu, 4 Feb 2010 10:17:25 +0000 (11:17 +0100)]
l10n: Updated Danish (da) translation to 100%

New status: 578 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Czech (cs) translation to 100%
David Štancl [Thu, 4 Feb 2010 07:09:23 +0000 (08:09 +0100)]
l10n: Updated Czech (cs) translation to 100%

New status: 578 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoShow the combo arrow if the history table contains any rows
Alexander Butenko [Thu, 4 Feb 2010 02:30:09 +0000 (03:30 +0100)]
Show the combo arrow if the history table contains any rows

14 years agoRender search actions as one line without address
Christian Dywan [Thu, 4 Feb 2010 02:11:52 +0000 (03:11 +0100)]
Render search actions as one line without address

14 years agoNULL check the key before rendering suggestions
Alexander Butenko [Thu, 4 Feb 2010 01:40:59 +0000 (02:40 +0100)]
NULL check the key before rendering suggestions

14 years agoRender dummy history items as separators
Christian Dywan [Wed, 3 Feb 2010 22:48:07 +0000 (23:48 +0100)]
Render dummy history items as separators

Until we find a better way this should reduce confusion about
'empty' folders appearing.

14 years agoDo allow internal icons for views with an unreachable URI
Christian Dywan [Wed, 3 Feb 2010 21:18:51 +0000 (22:18 +0100)]
Do allow internal icons for views with an unreachable URI

14 years agoMake the Delete key delete history entries again
Alexander Butenko [Wed, 3 Feb 2010 21:15:49 +0000 (22:15 +0100)]
Make the Delete key delete history entries again

14 years agoClear the history folders on collapse, repopulate on expand
Alexander Butenko [Wed, 3 Feb 2010 21:13:00 +0000 (22:13 +0100)]
Clear the history folders on collapse, repopulate on expand

14 years agoStore visited pages in the history again
Alexander Butenko [Wed, 3 Feb 2010 21:12:19 +0000 (22:12 +0100)]
Store visited pages in the history again

14 years agoImplement an 'Edit rule' dialogue when blocking images
Alexander Butenko [Wed, 3 Feb 2010 17:58:07 +0000 (18:58 +0100)]
Implement an 'Edit rule' dialogue when blocking images

14 years agoOnly query the current time once when populating the history
Christian Dywan [Wed, 3 Feb 2010 17:42:58 +0000 (18:42 +0100)]
Only query the current time once when populating the history

14 years agoUse the correct theme detail for < GTK+ 2.18 entry progress
Christian Dywan [Wed, 3 Feb 2010 17:41:54 +0000 (18:41 +0100)]
Use the correct theme detail for < GTK+ 2.18 entry progress

14 years agoOnly connect liststore after populating the model with filters
Alexander Butenko [Wed, 3 Feb 2010 17:30:48 +0000 (18:30 +0100)]
Only connect liststore after populating the model with filters

We don't want to reload the rules for each row.

14 years agoDon't cache local adblock filters, and remove disabled filter files
Alexander Butenko [Wed, 3 Feb 2010 17:26:44 +0000 (18:26 +0100)]
Don't cache local adblock filters, and remove disabled filter files

14 years agoRender history dates directly without age column or render callback
Christian Dywan [Tue, 2 Feb 2010 22:51:49 +0000 (23:51 +0100)]
Render history dates directly without age column or render callback

Resurrect sokoke_days_between for calculating age in days.

14 years agoLoad about:blank in private window if URI is empty
Christian Dywan [Tue, 2 Feb 2010 21:29:31 +0000 (22:29 +0100)]
Load about:blank in private window if URI is empty

14 years agoRebuild formhistory script on reload and do not leak the script
Alexander Butenko [Tue, 2 Feb 2010 20:31:15 +0000 (21:31 +0100)]
Rebuild formhistory script on reload and do not leak the script

1. Don't leak the script in formhistory_window_object_cleared_cb ()
2. Disconnect add-tab signal in the right place
3. Rebuild the base javascript code on extension reload

14 years agoRebuild adblock js after download a new filter file
Alexander Butenko [Tue, 2 Feb 2010 20:26:05 +0000 (21:26 +0100)]
Rebuild adblock js after download a new filter file

14 years agoRe-implement history panel based on sqlite queries
Alexander Butenko [Tue, 2 Feb 2010 20:10:03 +0000 (21:10 +0100)]
Re-implement history panel based on sqlite queries

14 years agoDo not populate the history array from sqlite at startup
Alexander Butenko [Tue, 2 Feb 2010 20:02:45 +0000 (21:02 +0100)]
Do not populate the history array from sqlite at startup

14 years agoUpdate French translation
Stéphane Marguet [Mon, 1 Feb 2010 22:59:03 +0000 (23:59 +0100)]
Update French translation

14 years agoAlways enable developer extras regardless of the saved value
Christian Dywan [Mon, 1 Feb 2010 22:54:15 +0000 (23:54 +0100)]
Always enable developer extras regardless of the saved value

14 years agoUnconditionally propagae modified user-agent property value
Christian Dywan [Mon, 1 Feb 2010 22:42:35 +0000 (23:42 +0100)]
Unconditionally propagae modified user-agent property value

14 years agol10n: Updated Portuguese (pt) translation to 100%
Sergio Marques [Mon, 1 Feb 2010 12:17:01 +0000 (13:17 +0100)]
l10n: Updated Portuguese (pt) translation to 100%

New status: 579 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoUpdate TODO file, removing obsolete and adding a lot of new items
Christian Dywan [Sun, 31 Jan 2010 22:21:17 +0000 (23:21 +0100)]
Update TODO file, removing obsolete and adding a lot of new items

14 years agoDo not add duplicate Netscape plugins to the extensions
Christian Dywan [Sun, 31 Jan 2010 22:02:31 +0000 (23:02 +0100)]
Do not add duplicate Netscape plugins to the extensions

14 years agoGuard pixbuf in location action that is not used with Hildon
Christian Dywan [Sun, 31 Jan 2010 21:29:22 +0000 (22:29 +0100)]
Guard pixbuf in location action that is not used with Hildon

14 years agoPosition the suggestion popup, towards the top if below is too narrow
Christian Dywan [Sun, 31 Jan 2010 21:12:58 +0000 (22:12 +0100)]
Position the suggestion popup, towards the top if below is too narrow

14 years agoMerge ident-string setting into user-agent for old and new WebKit
Christian Dywan [Sun, 31 Jan 2010 21:10:24 +0000 (22:10 +0100)]
Merge ident-string setting into user-agent for old and new WebKit

Since the existence of two properties causes confusion among users
we merge the two, and actually remove ident-string.

14 years agoAdd diverse GTK+ deprecation warning flags for debug=full builds
Christian Dywan [Sun, 31 Jan 2010 19:39:58 +0000 (20:39 +0100)]
Add diverse GTK+ deprecation warning flags for debug=full builds

14 years agoUse the colormap of the widget with KatzeScrolled
Christian Dywan [Sun, 31 Jan 2010 19:39:28 +0000 (20:39 +0100)]
Use the colormap of the widget with KatzeScrolled

14 years agoUse new GtkActivatable API in MidoriBrowser
Christian Dywan [Sun, 31 Jan 2010 19:38:56 +0000 (20:38 +0100)]
Use new GtkActivatable API in MidoriBrowser

14 years agoAdd missing assignments to fix drag scrolling with KatzeScrolled
Christian Dywan [Sat, 30 Jan 2010 22:34:04 +0000 (23:34 +0100)]
Add missing assignments to fix drag scrolling with KatzeScrolled

14 years agoRemember whether 'Clear private data when quitting' is enabled
Christian Dywan [Sat, 30 Jan 2010 21:50:00 +0000 (22:50 +0100)]
Remember whether 'Clear private data when quitting' is enabled

14 years agol10n: Updated Japanese (ja) translation to 100%
Masato Hashimoto [Sun, 31 Jan 2010 11:41:35 +0000 (12:41 +0100)]
l10n: Updated Japanese (ja) translation to 100%

New status: 579 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Danish (da) translation to 100%
Per Kongstad [Sun, 31 Jan 2010 08:59:36 +0000 (09:59 +0100)]
l10n: Updated Danish (da) translation to 100%

New status: 579 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoFix the order of search engines in the completion
Christian Dywan [Sat, 30 Jan 2010 16:39:32 +0000 (17:39 +0100)]
Fix the order of search engines in the completion

14 years agoAdd local storage, database and offline app cache to preferences
Christian Dywan [Sat, 30 Jan 2010 16:26:26 +0000 (17:26 +0100)]
Add local storage, database and offline app cache to preferences

14 years agoDefault local storage, database and offline app cache to disabled
Christian Dywan [Sat, 30 Jan 2010 16:15:28 +0000 (17:15 +0100)]
Default local storage, database and offline app cache to disabled

14 years agoUse adjustment accessor functions in KatzeScrolled
Christian Dywan [Sat, 30 Jan 2010 15:59:37 +0000 (16:59 +0100)]
Use adjustment accessor functions in KatzeScrolled

14 years agoUse first search engine if the default is not set
Christian Dywan [Sat, 30 Jan 2010 15:54:38 +0000 (16:54 +0100)]
Use first search engine if the default is not set

14 years agoSearch engines in completion should have a distinct background
Christian Dywan [Fri, 29 Jan 2010 22:49:10 +0000 (23:49 +0100)]
Search engines in completion should have a distinct background

14 years agoElaborate declarations, comments and curly brackets in HACKING file
Christian Dywan [Fri, 29 Jan 2010 22:21:36 +0000 (23:21 +0100)]
Elaborate declarations, comments and curly brackets in HACKING file

14 years agoUse gtk_dialog_get_content_area if available instead of dialog->vbox
Christian Dywan [Fri, 29 Jan 2010 21:58:36 +0000 (22:58 +0100)]
Use gtk_dialog_get_content_area if available instead of dialog->vbox

14 years agoUse gtk_widget_is_toplevel if available instead of the macro
Christian Dywan [Fri, 29 Jan 2010 21:44:34 +0000 (22:44 +0100)]
Use gtk_widget_is_toplevel if available instead of the macro